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
I added this component to Nextjs 15 / React 19 project (with --force because there is no official support yet)
However, I received error TypeError: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function
I was able to fix it by adding "use client" for my Intercom component.
I don't see it mentioned in README or in examples.
Is it react 19 compatibility issue?
How To Reproduce
Create NextJs 15 / React 19 project
Add intercom component
Intercom component will be server side by default and will throw error above.
Add "use client" to Intercom component and error will disappear.
Screenshots
No response
Relevant Log Output
No response
Code of Conduct
I agree to follow this project’s Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
I added this component to Nextjs 15 / React 19 project (with --force because there is no official support yet)
However, I received error
TypeError: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function
I was able to fix it by adding "use client" for my Intercom component.
I don't see it mentioned in README or in examples.
Is it react 19 compatibility issue?
How To Reproduce
Screenshots
No response
Relevant Log Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: