You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A breaking change was introduced in 3431c9f (0.0.29), which is affecting the vite-plugin-stylex package, see this issue: HorusGoul/vite-plugin-stylex#93
We use the react-strict-dom/babel export when folks configure the import source like this:
Importing react-strict-dom/babel should return the babel plugin for RSD.
Steps to reproduce
Install the latest react-strict-dom version
require('react-strict-dom/babel')
Won't work
Test case
No response
Additional comments
I understand the preset facilitates usage, but some folks might want additional configuration options for the underlying StyleX plugin included in the preset.
So, what's the plan? I can contribute the /babel export back if needed!
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the issue
A breaking change was introduced in 3431c9f (0.0.29), which is affecting the
vite-plugin-stylex
package, see this issue: HorusGoul/vite-plugin-stylex#93We use the
react-strict-dom/babel
export when folks configure the import source like this:We do it here:
https://github.com/HorusGoul/vite-plugin-stylex/blob/85833306d294526e767def8a6f596c8fa4d87b6f/packages/vite-plugin-stylex/src/main.mts#L338
Expected behavior
Importing
react-strict-dom/babel
should return the babel plugin for RSD.Steps to reproduce
react-strict-dom
versionrequire('react-strict-dom/babel')
Test case
No response
Additional comments
I understand the preset facilitates usage, but some folks might want additional configuration options for the underlying StyleX plugin included in the preset.
So, what's the plan? I can contribute the
/babel
export back if needed!Thanks!
The text was updated successfully, but these errors were encountered: