Yuloskov Artyom

Results 2 comments of Yuloskov Artyom

I was able to fix this error with the following piece in craco config ``` webpack: { configure: { module: { rules: [ { type: 'javascript/auto', test: /\.mjs$/, use: [],...

> Btw, I'm using React 17. However in the docs it requires Reac 18, I think. I was able to make the library work with React 18.