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
fix(feedback): Fix __self and __source attributes on feedback nodes (#14356)
This fixes an issue with sucrase build output where it adds `__self` and
`__source` attributes to DOM nodes.
This seems to [only affect
JSX](https://github.com/alangpierce/sucrase#jsx-options), which AFAIK
only the feedback package uses.
0 commit comments