SecretPocketCat
SecretPocketCat
Seems like the issue mentioned by the OP is still there. For instance, initialising data with props doesn't work when transpiled by babel. It does work with ts-loader though. ```...
This work fine with webpack https://github.com/SecretPocketCat/vue2-ssr-carousel-render-fn-not-defined-repro/tree/webpack-vuecli So I'm not sure whether this issue stems from the lib, vite, vue2 vite plugin or rollup.
We had to switch back to webpack because we needed it for bundleRenderer and vite started breaking when we added in lazy hydration anyway. Either way, your answer is very...
@Lpmvb Have you ever figured out how to do this and/or handle preloading? I recall reading somewhere bundleRenderer is coupled to Webpack.
This issue also happens on Win 11 with RX590 on c4e791d62 I updated my driver today for the newest for shadow tech, but no dice ``` AdapterInfo { name: "Radeon...
> shadow_biases is meant to look like that unless you adjusted the biases to appropriate values. My bad, the rest still applies though, esp. the many_foxes example.
Have you figured out how to prevent/deal with this? Nevermind, my issue is related to css extraction and the styles only loading when hydrating or rather importing the async component.
> Just encountered this error on Win11. Don't think adding nochecks to anything is a solution since the error indicates the compiled code runs into a buffer overflow possibly overwriting...
> If anyone comes across this later, I am running on the nightly toolchain and am able to build and run with the dynamic feature enabled by only dropping the...
This's anecdotal, but I've hit spurious panics in several bevy jam 4 entries and this could help remedy some of those cases (the rest would probly be handled by relations...