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
Some versions of packages above 1.0.4 contain jsx code in the transpiled js files (@rn-primitives/select being one of them). As a result the file cannot be parsed.
The text was updated successfully, but these errors were encountered:
node_modules/@rn-primitives/slot/dist/index.mjs:15:57:
15 │ return React.cloneElement(isTextChildren(children) ? <></> : children, {
╵ ^
The esbuild loader for this file is currently set to "js" but it must be set to "jsx" to be able
to parse JSX syntax. You can use "loader: { '.js': 'jsx' }" to do that.
Some versions of packages above
1.0.4
containjsx
code in the transpiledjs
files (@rn-primitives/select
being one of them). As a result the file cannot be parsed.The text was updated successfully, but these errors were encountered: