Jesper Håkansson
Jesper Håkansson
> > Yes, need to rebase master into the current [PR](https://github.com/rustwasm/wasm-pack/pull/1061) in order to get that merged. > > Done. (Well, merged, not rebased, from master — but I think...
I'm also getting this when I upgraded to v6 from v5. Using ```tsx function ModalNavigator() { const {colors} = useTheme(); colors.background = "transparent"; return ( ... } ``` Works for...
Should be resolved in v0.12.0: * https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0 * https://crates.io/crates/wasm-pack/0.12.0 * https://www.npmjs.com/package/wasm-pack/v/0.12.0
Please try out v0.12.0 from one of the following ways: * https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0 * https://crates.io/crates/wasm-pack/0.12.0 * https://www.npmjs.com/package/wasm-pack/v/0.12.0
Please try out v0.12.0 from one of the following ways: * https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0 * https://crates.io/crates/wasm-pack/0.12.0 * https://www.npmjs.com/package/wasm-pack/v/0.12.0
@workingjubilee Thank you so much for this detailed issue. I need to think a bit on how to approach this, but I'm currently open for all alternatives, and open for...
Thanks for reporting. Feel free to send a PR that makes it work with next.js app directory.
Please try out v0.12.0 from one of the following ways: * https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0 * https://crates.io/crates/wasm-pack/0.12.0 * https://www.npmjs.com/package/wasm-pack/v/0.12.0
I'm still getting this problem with the latest version with React Native 0.69.7...
I think this is a great idea! Both commands and functionality makes sense to implement. I agree that if wasm-pack implements the `serve` command, watching and automatic rebuild is required...