Open NicolasCassunde opened 3 months ago
we need to upgrade jsx transformer perhaps
Yeah, i'm having the exact problem in my projejct
Yo, anyone found a solution yet? Currently working on a big dApp and don't have time to take a look myself :)
SAME ISSUE HERE
maybe the best solution would be downgrading into next14 and react18
Yeah but, having the perks of Next 15 like turbopack would be great, I think.
I guess so, i actually downgraded the project to Next 14. I think this would be resolved in a later update
Still same+
same
@thekiba bro, mind taking a look?
yo guys, any update?
@thekiba can be fixed by correctly not bundling react by setting the external option in the vite.config to:
external: ["react", /^react\/.*/, "react-dom", /react-dom\/.*/],
Describe the bug
TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
`"use client"; import { TonConnectUIProvider } from "delab-tonconnect-ui-react"; export function Providers({ children }: { children: React.ReactNode }) { return (
); } `
Expected behavior
works :D
Current behavior
Steps to Reproduce
pnpx create-next-app@rc --empty + install ton connect react
Environment
next 15, react 19, macos
Additional context
No response