You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the Quill package as a rich text editor but facing errors from Jest no longer parsing our files because the node module from Quill is no longer being sent out as CJS. Can we add support for CJS as well as ESM, instead of just ESM node modules? The figures below highlight this:
Steps for Reproduction
Install quill.
Write a Quill Editor implementation – one can follow the React Quill implementation.
Run a test that loads the component with Jest.
Expected behavior:
Pass results
Actual behavior:
Platforms: Mac M1, Node Version node v20.9.0 (npm v10.1.0)
Version: 2.0.2
The text was updated successfully, but these errors were encountered:
Trying to use the Quill package as a rich text editor but facing errors from Jest no longer parsing our files because the node module from Quill is no longer being sent out as CJS. Can we add support for CJS as well as ESM, instead of just ESM node modules? The figures below highlight this:
Steps for Reproduction
quill
.Expected behavior:
Actual behavior:
Platforms: Mac M1, Node Version node v20.9.0 (npm v10.1.0)
Version: 2.0.2
The text was updated successfully, but these errors were encountered: