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
I have a ready to use component tsx, but when I tried to publish it throw error
warning[unsupported-jsx-tsx]: JSX and TSX files are currently not supported
info: follow https://github.com/jsr-io/jsr/issues/24 for updates
warning[unsupported-jsx-tsx]: JSX and TSX files are currently not supported
--> /Users/dwisaji/Coding/yuzu-ui/routes/greet/[name].tsx
info: follow https://github.com/jsr-io/jsr/issues/24 for updates
warning[unsupported-jsx-tsx]: JSX and TSX files are currently not supported
which related to this link, anyone know how to publish the bundle in jsr or deno land?
The text was updated successfully, but these errors were encountered:
Given that #24 hasn't been closed, I believe that the answer is "no". However, that issue describes some workarounds that you might want to try. Also note that #24 was recently assigned to someone, so hopefully that indicates that it will be addressed in the not too distant future.
I believe that this issue is a duplicate of #24 and should be closed.
I have a ready to use component
tsx
, but when I tried to publish it throw errorwhich related to this link, anyone know how to publish the bundle in jsr or deno land?
The text was updated successfully, but these errors were encountered: