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:
Patrik Oldsberg
2023-10-19 11:27:51 +02:00
committed by GitHub
3 changed files with 32 additions and 16 deletions
+6
View File
@@ -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(...)`.