Closed samuelcelko closed 4 years ago
I tried to make it work with react@experimental but it doesn't. Facing same issues.
you need to dedupe react dependences, see bullet 3. you have multiple copies of react loaded. usually this is solve by resolve alias of react on webpack config
something like:
....
resolve: {
alias: {
react: path.resolve('./node_modules/react'),
}
....
}
@michelson I'm seeing this error, but using Typescript (tsc). How do I handle this? Seems like an odd bug.
@michelson I'm seeing this error, but using Typescript (tsc). How do I handle this? Seems like an odd bug.
facing same issue
Same here. Why was this even closed?
@fabdrol, did you manage to solve it?
Hi there, thank you for this project, it's truly awesome. I'm wondering whether there's someone successfully running CRA 16.9+ and utilising this library. Upon trying to use the
<Dante/>
component I'm left with the following error:Any help is appreciated and again thanks for this great library.