This is an automated email from the ASF dual-hosted git repository.
michael-s-molina pushed a commit to branch 6.2
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/6.2 by this push:
new 8d45e8b21b9 chore: Adds react/jsx-runtime as a shared dependency
8d45e8b21b9 is described below
commit 8d45e8b21b992aff84c7ebb6a78c716c6ff3a971
Author: Michael S. Molina <[email protected]>
AuthorDate: Mon Jul 13 11:07:40 2026 -0300
chore: Adds react/jsx-runtime as a shared dependency
---
superset-frontend/webpack.config.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/superset-frontend/webpack.config.js
b/superset-frontend/webpack.config.js
index 81d98408016..13e1ea2a591 100644
--- a/superset-frontend/webpack.config.js
+++ b/superset-frontend/webpack.config.js
@@ -178,6 +178,11 @@ const plugins = [
eager: true,
requiredVersion: packageConfig.dependencies.react,
},
+ 'react/jsx-runtime': {
+ singleton: true,
+ eager: true,
+ requiredVersion: packageConfig.dependencies.react,
+ },
'react-dom': {
singleton: true,
eager: true,