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
Hi, it seems that when using pandabox.vite in a react app with a closed tag
pandabox.vite({
optimizeJs: "auto",
}),
like this:
<Flex h="100px />
I get this error:
The character "}" is not valid inside a JSX element
5 | export function LottieLoader() {
6 | return <div className="d_flex w_160px h_160px" id="LOADER">;
7 | }
| ^
8 |
Unexpected end of file before a closing "div" tag
6 | return <div className="d_flex w_160px h_160px" id="LOADER">;
7 | }
8 |
| ^
The text was updated successfully, but these errors were encountered:
Emiliano-Bucci
changed the title
Issue with closed tags
[optimizeJs] - Issue with closed tags
Aug 9, 2024
Hi, it seems that when using pandabox.vite in a react app with a closed tag
like this:
I get this error:
The text was updated successfully, but these errors were encountered: