Skip to content

[<UI-REACT>]: React 19 + Next 15 #216

@NicolasCassunde

Description

@NicolasCassunde

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 ( <TonConnectUIProvider manifestUrl="https://web.example.com/"> {children} </TonConnectUIProvider> ); }

Expected behavior

works :D

Current behavior

Captura de Tela 2024-07-30 às 00 31 39

Steps to Reproduce

pnpx create-next-app@rc --empty + install ton connect react

Environment

next 15, react 19, macos

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions