aspizu
aspizu
has the exact same issue
this is all i have ``` import * as stylex from @stylexjs/stylex styles := stylex.create base: margin: 0 padding: 0 export default function App() Hello, World! ```
[civet](https://civet.dev/) should compile into: ```tsx import * as stylex from "@stylexjs/stylex"; const styles = stylex.create({ base: { margin: 0, padding: 0 } }); export default function App() { return (...
didn't work :(
i do get stylex errors such as use of arrow function with return statement. but i still get the unhandled exception.
Does this mean that stylex compilation will be disabled?
Doesn't seem to work with preact. Same error. ```ts import civetPlugin from "@danielx/civet/vite"; import { defineConfig } from "vite"; import preact from "@preact/preset-vite"; import { stylexPlugin } from "vite-plugin-stylex-dev"; export...
The issue here is caused by civet, preact does work fine with stylex.