Jan Malchert
Jan Malchert
No, nothing in the console. And like I said after a while everything is there and works completely fine.
I'm having issues with the fix above and the latest `@sveltejs/[email protected]`. Not sure if I'm missing something in my configs. Does this fix still work? Could you provide a working...
I've uploaded my minimal working setup in my [sveltekit-smelte-setup repository](https://github.com/JanMalch/sveltekit-smelte-setup). It uses the [Tailwind config from above](https://github.com/matyunya/smelte/issues/230#issuecomment-812766997) without any (other?) hacks.
@eranshmil you added build & publish utils. Can you help out?
When issue #85 is closed only minor things like documentation (#5) remain and the library could be released. Unfortunately development is halted, as I am busy with urgent projects and...
Hi, I don't know why this fix wasn't included in 0.0.1 as the fix was in master 3 months earlier. I currently want to make another release to also publish...
I just published 0.0.2 Let me know if everything works
I originally tried too type IDs as `string | number`, but ran into other issues and decided to leave it as `string`, since `Object.keys` would also only return strings. But...
I started working on this in the [`issue-227` branch](https://github.com/ngxs-labs/entity-state/tree/issue-227). I will have to see if the types will be consistent everywhere. For example the [`keys` StateSelector](https://github.com/ngxs-labs/entity-state/blob/8eb8c199b76c9ed0b8fae9914f6176e243c9504d/src/lib/entity-state.ts#L107) cannot be anything else...
IIRC disabling ivy for libraries is the recommended, if not required, way to do it. All the tests are fine so I'm not sure what's up with that. There's only...