Closed PatrickAlphaC closed 2 years ago
Hey @PatrickAlphaC React 18 removed the default children type from Functional Components. See this. We are currently refactoring every component.
You can either downgrade react or modify the web3ui component locally from React.FC to React.VFC
O wow, thanks for the heads up!
I'm using NotificationProvider in my react / nextjs application, and I keep running into this issue. Not sure how to fix.
Relevant package versions: