puchm

Results 8 comments of puchm

@jquense I am tagging you here since I saw you did the recent conversion to Typescript - maybe you can help?

Yes, I got around it by ignoring the error. Worked fine for me on a decently big project. If you are running React 18 you also need to run in...

I found a possible solution in #968, maybe that's what fixed it for you?

I tried one more thing and it worked. Changing the `ReactDOM` invocation to the "classic" way works. This is what `create-react-app` gave me: ```tsx const root = ReactDOM.createRoot( document.getElementById('root') );...

Can you check what it's like if you change the `createRoot` part to the old `ReactDOM.render` way? E.g. see this comment: https://github.com/4Catalyzer/found/issues/968#issuecomment-1113285768

Hey, did you find a solution to this? Or is there an alternative that you ended up using?

Are there any updates on this?

Since this has been approved by everyone who needed to, can we merge this and push out an update?