Question about the createElement function #1649
danielleroux
started this conversation in
General
Replies: 1 comment
-
Can you provide a reproducible example? E.g., StackBlitz |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I discovered a strange behavior of the parser function. If I use the parser function within a library (stencil-output-target/react) I get a different $$type property then within a nextjs project.
Inside the react library '$$typeof': Symbol(react.element) and inside nextjs
$$typeof: Symbol(react.transitional.element)
React 19 and nextjs 15. Does anybody have a idea how this could happen?
Beta Was this translation helpful? Give feedback.
All reactions