Library
React Components / v9 (@fluentui/react-components)
Describe the feature that you would like added
Currently v9 uses '@swc/helpers': '^0.4.14'. In codesandbox it resolves to 0.4.36. But @swc/helpers@0.4.36 uses dependency alias, which is not supported by codesandbox. And breaks all our exported codesandbox. PR #28918 temporarily resolves the broken codesandbox issue by pinning '@swc/helpers': '0.4.14' in the exported codesandbox. But @swc/helpers are now on 0.5.x. We should update @swc/helpers and remove the temporary version pin in codesandbox.
Have you discussed this feature with our team
No response
Additional context
No response
Validations
Priority
Normal
Library
React Components / v9 (@fluentui/react-components)
Describe the feature that you would like added
Currently v9 uses
'@swc/helpers': '^0.4.14'. In codesandbox it resolves to0.4.36. But@swc/helpers@0.4.36uses dependency alias, which is not supported by codesandbox. And breaks all our exported codesandbox. PR #28918 temporarily resolves the broken codesandbox issue by pinning'@swc/helpers': '0.4.14'in the exported codesandbox. But @swc/helpers are now on 0.5.x. We should update @swc/helpers and remove the temporary version pin in codesandbox.Have you discussed this feature with our team
No response
Additional context
No response
Validations
Priority
Normal