react-textarea-code-editor
react-textarea-code-editor copied to clipboard
Module not found: Can't resolve 'devlop'
I get this error on update lib from 2.1.9 to 3.0.0.
@WagnerEsser If you provide a reproducible example, I can arrange it for you.
add this in package.json
"@parcel/resolver-default": {
"packageExports": true
},
I have the same issue when installing CodeEditor in our project for the first time.
However, it does not happen in a fresh instance of create-react-app.
The suggestion from @botshen did not make any difference for me. I will likely continue to investigate and come back with a solution if I find one.