Mathias Bogaert

Results 82 comments of Mathias Bogaert

Works indeed.

How can I have Svelte update the nested grid via `$:`? Currently it's updating the 'parent' grid but not the nested one when the items change.

When changing the items.nestedItems the nested grid isn't updated.

let nestedItems = [...nestedItems, newNestedItem] items = [...items, {...gridHelp.item(...), nested: true, nestedItems = nestedItems}]

Can you explain your use case for a custom logger?

Via Patrick Premont: I think this wouldn’t help those who want to override the macros. They would need to ensure their subclass is used explicitly everywhere. Any reference to the...