Removed type module
React working:

Let me know if that's the only thing that was missing, or which commands to reproduce your error.
Coverage remained the same at 100.0% when pulling 3c7208ef3064e75bf9fe8dcf6e63c72063bc4306 on maiconcarraro:main into 7895d53d32bdf6a216d3ac102ef7b39f58c96363 on LouisBrunner:main.
Hi @maiconcarraro,
Thanks a lot for your contribution! 😄
I don't mind removing it if that's the way forward, but why does it work for other libraries like react-dnd (see here)?
Hi @maiconcarraro,
Thanks a lot for your contribution! 😄
I don't mind removing it if that's the way forward, but why does it work for other libraries like
react-dnd(see here)?
Not sure about this npm-explorer link, but if you check their offical github repo I dont see the mention to it: https://github.com/react-dnd/react-dnd/blob/v16.0.0/package.json
@maiconcarraro You are looking at the wrong package.json: https://github.com/react-dnd/react-dnd/blob/main/packages/react-dnd/package.json 😉
@maiconcarraro You are looking at the wrong package.json: https://github.com/react-dnd/react-dnd/blob/main/packages/react-dnd/package.json 😉
My bad =/ not sure how to help right now, I can take a look later, was using dnd-kit for now since it was an urgent delivery
Hi @maiconcarraro,
Thanks again for this PR!
I found an alternative way to fix this issue (moving to esbuild to avoid babel/webpack wackyness) so I'll be closing this PR.