react-textarea-code-editor icon indicating copy to clipboard operation
react-textarea-code-editor copied to clipboard

Module not found: Can't resolve 'devlop'

Open WagnerEsser opened this issue 1 year ago • 3 comments

I get this error on update lib from 2.1.9 to 3.0.0.

image

WagnerEsser avatar Dec 29 '23 19:12 WagnerEsser

@WagnerEsser If you provide a reproducible example, I can arrange it for you.

jaywcjlove avatar Dec 30 '23 12:12 jaywcjlove

add this in package.json

 "@parcel/resolver-default": {
    "packageExports": true
  },

botshen avatar Jan 10 '24 06:01 botshen

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.

etothepii avatar Jan 24 '24 11:01 etothepii