You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Runtime TypeError: "null is not an object (evaluating 't.context')" after library upgrade from 6.25 to 6.26 in Next.js project using Adyen Dropin. The error occurs in the CoreProvider component and appears to be related to React Context initialization.
Use Adyen Dropin component in Next.js 16 app router
Component fails to render with context error
See error in browser console and call stack shows preact/hooks and CoreProvider.tsx
Expected behavior
Adyen Dropin component should render normally after library upgrade without context-related errors, maintaining the same functionality as before the upgrade.
Describe the bug
Runtime TypeError: "null is not an object (evaluating 't.context')" after library upgrade from 6.25 to 6.26 in Next.js project using Adyen Dropin. The error occurs in the CoreProvider component and appears to be related to React Context initialization.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Adyen Dropin component should render normally after library upgrade without context-related errors, maintaining the same functionality as before the upgrade.
Screenshots

Desktop:
Additional context