Closed JaimeFLandbot closed 1 year ago
@JaimeFLandbot Clean up node_modules
and package-lock.json
to reinstall?
I did it, but it didn't change anything. Same behaviour.
@JaimeFLandbot If you provide a reproducible example, I can try to help you.
Thank @jaywcjlove for taking the time to read this.
I'm gonna close this conversation. I was working on creating a public repo to replicate the problem, but after working on it, I've found the conflict only appears when codemirror
is installed in the same repo with one of our private packages.
So the problem seems to be caused for a missmatch dependency in our side.
Has anyone experience any problems just by installing the library?. After adding
@uiw/react-codemirror
my react project is unable to build due a problem withlezer
package, that it is used bycodemirror
under the hood.