Brent Traut
Brent Traut
Hmm, perhaps I've resolved this on my own. I failed to consider that I was passing the mainnet infura URL to the WalletLink constructor and then passing a Kovan chainId...
I'm also encountering this. It seems to work fine with React 18, so here's my current workaroud: ``` import Modal from 'react-modal'; import { ComponentType } from 'react'; … const...
``` Its instance type 'Modal' is not a valid JSX element. The types returned by 'render()' are incompatible between these types. Type 'import("
+1 on this. We're currently updating our deps to target this release on Github, but we'd prefer to target a tagged npm release.
Thanks so much!
> Thanks for the solution, but it doesn't seem to work for me. Do you have any idea what is going on? I couldn't get this solution working with Nativewind...
I dug a little deeper into this and figured out why it's not working on nativewind 2.x. The issue is that nativewind maintains a [list of valid react native properties](https://github.com/marklawlor/nativewind/blob/main/packages/nativewind/src/postcss/to-react-native/is-invalid-property.ts)...