abirtley

Results 4 comments of abirtley

@fwang - If it helps, I have prepared a minimal reproduction repository here, which shows the breakpoint not working issue: https://github.com/abirtley/sst-breakpoint-repro It is based on the typescript monorepo example, but...

I've been running into this too. The issue seems to arise when multiple components subscribe to the same state information. After the first state change, both subscriptions get called in...

Another issue with Overmind and Svelte is that, in production, the Svelte subscribers are not always called immediately when the state is updated. Here is a REPL to demonstate: https://svelte.dev/repl/6461defeef214de7b2092cb427e40bf1?version=3.48.0...

The configurations above didn't work with Tailwind's just in time (JIT) compilation, meaning I had to restart the Ember server every time I referenced a new Tailwind css class. [The...