Damian Tarnawski
Damian Tarnawski
> Maybe an additional check is needed to see if it is on a Worker environemnt (a.k.a server environment)? Nobody's gonna do that unfortunately. `isServer` is the most idiomatic check...
@Odas0R any updates on this? can you link the issue?
Hey, could you check if you are still having the same issue after on a new version? (0.1.0) Here is a demo of using transition with router outlet: https://stackblitz.com/edit/solid-transition-group-outin-router-outlet
Hey, could you provide some more info on the issue, like an example that would allow me to reproduce the issue? Couple of things could change in those two years...
I've tried to do something with that, but I had no luck yet. It has to be an issue with my build tools since the component itself is working fine....
Thanks for reminding me to take care of this :) I tried a different building solution, basically scrapping the whole SFC idea since it requires knowing more about build tools...
Looks like it has nothing to do with styled-components, following code has the same bug: ```tsx const App: Component = () => { const [count, setCount] = createSignal(false); onMount(() =>...
You can still use `motion.animate` for that. I don't think there is a way to do it with the `` component API. It's focused at animating css properties. But maybe...
I haven’t used partytown so I don’t really understand what this “integration” even means. From what I understand partytown is for running third party scripts in a web worker, and...
Is this an issue with the [types](https://github.com/solidjs-community/solid-motionone/blob/main/src/types.ts#L28-L30) or the [runtime](https://github.com/solidjs-community/solid-motionone/blob/main/src/primitives.ts#L14-L17)? Both seem to come directly from `@motionone/dom` so I'm not sure if I'm missing something or that is intended and...