Merge pull request #20673 from backstage/rugvip/import
dev-utils,techdocs: use dynamic import instead of require for conditional react-dom
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`.
|
||||
Reference in New Issue
Block a user