Reputation: 331
My code is running fine overall, but I keep encountering this error in the browser console:
VM428:7 Uncaught TypeError: Cannot read properties of null (reading 'CodeMirror')
at :7:17
I’m not sure where this error originates or why it’s occurring.
Some context about my setup:
I’m using CodeMirror in my project. The error doesn’t seem to impact the overall functionality but still appears in the console. Can anyone help me understand what might be causing this and how to resolve it?
Upvotes: 16
Views: 11057
Reputation: 137
Just Remove blackbox extension from your chrome and its done
Upvotes: 12
Reputation: 41387
Remove blackbox
extension and react development tool
extension from chrome
Upvotes: 25