-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Локализация бага
При использование любого flow провайдера падает ошибка Illegal invocation на 16 версии nextjs app router
Воспроизведение
nextjs v16.0.1
export const RegistrationForm = (): ReactNode => (
<RegistrationFlow>
<Form />
</RegistrationFlow>
)Ожидаемое поведение
Флоу инициализируются без ошибок
Приложи логи
Illegal invocation
../fragments/registration/src/form/component.tsx (33:3) @ RegistrationForm
31 |
32 | export const RegistrationForm = (): ReactNode => (
> 33 | <RegistrationFlow>
| ^
34 | <Form />
35 | </RegistrationFlow>
36 | )Медиа
No response
Данные окружения
- node v22
Reactions are currently unavailable