suspend-react
suspend-react copied to clipboard
Wrong file ending.
Package.json has "main": "dist/index.cjs", but package has dist/index.cjs.js which breaks the metro bundler.
We can either update the package content or rename the file?
I would update the package.json 😄