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
{{ message }}
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
I just realized we are using .jsx in our component files. I have effectively used .js in other libraries in the past. It minimizes configuration from other host applications because all JS files tend to already be processed by Babel.
This is a low priority issue. It would be great to deal with this before exiting beta.
I just realized we are using
.jsxin our component files. I have effectively used.jsin other libraries in the past. It minimizes configuration from other host applications because all JS files tend to already be processed by Babel.This is a low priority issue. It would be great to deal with this before exiting beta.