Omer
Omer
@katspaugh But the setOptions part is not duplicate, will this also be addressed? 😢
@katspaugh Thank you so much for your work 🙏
@JanMisker Im passing only the start arg, so I guess by default it is also used as a marker here is my code snippet: ``` regionsPlugin.addRegion({ id: `tempo_${i}`, start: tempoItem,...
> @omerman yeah that will be it; because you give no value for `end`, it is a marker and doesn't get a color. @JanMisker Just to make sure we are...
I'll check and let you know, maybe it got fixed along the way and i missed it?
For everyone wondering about it.. I drafted a solution that works for my usecase - The error - "Error: Cannot find module 'styled-jsx/package.json" happened in my case because of pnpm...
@octet-stream Thank you for posting this issue and your workaround 🙏 p.s I added `apply: serve` to make sure it only runs in dev mode, since prod works as expected.
> totally forgot about this issue, is there still a problem? Yes but the workaround solves it, so its not blocking I guess