Aeolun / react-diff-viewer-continued

A simple and beautiful text diff viewer component made with Diff and React.
https://aeolun.github.io/react-diff-viewer-continued/
MIT License
113 stars 34 forks source link

Getting error 'Module not found: Error: Can't resolve +'react-diff-viewer-continued' ' after updating to 3.3.0 #31

Closed greymind closed 10 months ago

greymind commented 10 months ago

I had to add the dependency explicitly and set to 3.2.6 to fix my builds. Not sure which package was using it though. Perhaps payload cms?

samuelcole commented 10 months ago

same, my guess is this line: https://github.com/Aeolun/react-diff-viewer-continued/commit/c4b317af31935740dd9fe8ac526ceb8fd63db6a9#diff-b55cdbef4907b7045f32cc5360d48d262cca5f94062e353089f189f4460039e0R15

leonbloy commented 10 months ago

Same. Breaks with vite and node 18.18.2

Aeolun commented 10 months ago

:tada: This issue has been resolved in version 3.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Aeolun commented 10 months ago

Apologies all. That'll teach me to not immediately update the newly released library in my own applications. Thanks for the report!