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
Forma 36 Notifications are not compatible with React 19.
Environment
A Contentful application built with React 19, running in the 'page' location.
Steps to reproduce
Import Notification into your component and call methods like Notification.error, Notification.warning, Notification.setPlacement, or any other available method.
Expected results
The notification is displayed in the specified placement.
Actual results
No notification is displayed, an error appears in the console.
@contentful_f36-comp…js?v=e150f0e0:46086 Uncaught (in promise) TypeError: (0 , import_react_dom4.render) is not a function
at new Promise (<anonymous>)
at App.tsx:59:22
The text was updated successfully, but these errors were encountered:
Forma 36 bug report
Forma 36 Notifications are not compatible with React 19.
Environment
A Contentful application built with React 19, running in the 'page' location.
Steps to reproduce
Import Notification into your component and call methods like Notification.error, Notification.warning, Notification.setPlacement, or any other available method.
Expected results
The notification is displayed in the specified placement.
Actual results
No notification is displayed, an error appears in the console.
The text was updated successfully, but these errors were encountered: