luist1228
Results
2
comments of
luist1228
@stolinski I know it's kind of annoying but I made a simple store like this: ``` import { writable } from "svelte/store"; export const stores = writable({}) export function addStore(storeObject)...
> Same here. Fyi once dirty the validation seems to kick in correctly, but initially I also got `valid: true` whatsoever. I don't know if you fully tested the library...