Closed macdja38 closed 5 years ago
For more info on if this is wrong please see https://github.com/facebook/create-react-app/issues/5103#issuecomment-425459196
@macdja38 Apologies for getting to this so late, and thank you creating this issue. I published a transpiled version on npm
. Also tested this with create-react-app
. Should be good now.
@z0h4n no problem, thanks for fixing this! Love this library otherwise!
Probably caused by create-react-app not compiling dependencies, potentially the JSX could be transformed into React.createElement calls before publishing on npm? Alternatively to aid in the usage of this library it would be helpful to have instructions for how to use it with create react app or other tools that don't compile dependencies.