You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Hi, I'm trying to adapt the example displayed on the ReadMe in order to make it simply work with react-icons since it's claimed to be working with this library.
A change in either react-svg-morph or react-icons might have made both libraries to be incompatible.
Hi, I'm trying to adapt the example displayed on the ReadMe in order to make it simply work with
react-icons
since it's claimed to be working with this library.A change in either
react-svg-morph
orreact-icons
might have made both libraries to be incompatible.I'm testing out the following basic snippet :
Using this trivial code will lead to a TypeError exception to be thrown :
Which seems to be inherent to the
ReactDOM.render()
call.You might want to take a look at this sandbox to see the problem in action : https://codesandbox.io/s/charming-khayyam-vuv3l?file=/src/App.js
To make it work, a hack must currently be used :
The text was updated successfully, but these errors were encountered: