Chris Sandvik
Chris Sandvik
Can you provide me with a minimal reproduction? You can use this template for it: https://stackblitz.com/edit/vitejs-vite-evghcw?file=src%2Fapp.tsx This seems like it might be an issue with the `motion.div` tbh. Those might...
Actually, I gave it a shot on the exact version you're on, using the setup you provided and I'm not seeing the issue. I can't help otherwise without a reproduction,...
It's been a while since I checked out this project, and this kind of relates to my issue #74, and @GustavoOS is right, the `TZID` field shouldn't exist on the...
Actually, scratch the first part of my last comment. I'm now realizing it actually is adding the `TZID` field inside a `VTIMEZONE` element. However, I do agree with @GustavoOS that...
> I'm a bit snowed under right now I will have to look at this in detail between contracts. - If urgent we can work something out. It's not super...
@gh0sti I have a couple ideas as to why this might be happening. However, my experience might be a bit different because I have a slightly modified version of the...
I'm having the same issue specifically for the `ResponsiveLine` chart. For the normal `Line` chart, it appears to still properly flip when it gets past the middle, but for my...
Just to let people know, I fixed this issue in my fork: [insomnia-dev/words-to-numbers](https://github.com/insomnia-dev/words-to-numbers)
Sorry to piggyback off of this, but I ended up forking your fork to further improve the project haha. I completely converted the source to TypeScript, removed the dependency on...
@0x80 The weird thing is though, that after I converted to TypeScript, this test started failing: ```ts /** * Failed after conversion to TypeScript (without any other changes) * *...