-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@deck.gl/widgets v8.10.0-alpha.4 use React.createElement instead of the preact jsxFactory h #8182
Comments
How do you install deck.gl in your environment? I'm not expecting our npm bundles to include JSX. Are you building from source? |
I use the npm bundle, and the esm or es5 distributions don't use jsx, but it uses |
Thanks, this part works now, but there is an error in the stylesheet. |
Released 8.10.0-alpha.6 with that fixed. |
This is all fixed now, thanks. |
Description
Hi,
I was trying the @deck.gl/widgets v8.10.0-alpha.4 and it crashes because the translation from JSX to JS use
React.createElement
instead of the preact versionh
. I don't know why it didn't compile with it because the tsconfig seems to indicate the preact jsxFactory.notify @chrisgervang who made the PR #8024
Flavors
Expected Behavior
No response
Steps to Reproduce
create a simple deck map using :
Environment
Logs
The text was updated successfully, but these errors were encountered: