Alex Warnes

Results 5 comments of Alex Warnes

Ran into the same issue using lamina with SvelteKit! My workaround was to turn off ssr (I did it for my whole project, but pretty sure you could just disable...

Updated with two additional props `gravityType` and `gravitationalConstant` Using realistic gravity was annoying, and I don't think what most people would want so I didn't want that to be the...

- Cleaned up the imports and exports - Took a shot at the changeset. Did a minor bump for `/docs` and `/rapier` and left a short summary but wasn't totally...

> So after discussion with the core team. It seems more reasonable to create a separate package with a `SvelteSubject` that would behave in the way you want... it is...

Wanted to expand on the previous solution for future reference as some things have changed with SvelteKit and, like you mentioned @nilskj, disabling SSR is not at all ideal! (and...