Alekseev Artemii
Alekseev Artemii
Without store you can use callback in this case ``` export function focused(node, onFocused) { const onChange = () => onFocused(document.activeElement == node); node.addEventListener('focus', onChange); node.addEventListener('blur', onChange); ... } ```...
I try with "{#each displayData as row, i (i)}" instead {#key sortIndex} and its works, can you try?
You can pass callback to action and update it in callback, or use object instead primitive. ``` bar = v}> {bar} ```
If make max property - we can avoid this behavior.
Review please https://github.com/bestguy/sveltestrap/pull/586/files
I found this https://github.com/StagnantIce/sveltekit_svg_sprite
Get the same error on last version for PATCH method with empty body So if I send body: {} its works fine, but i have red line under because generated...
Another way to fix it add @ApiBody({ schema: {} }) and send body: {}. But I m not sure that its correct way.
I fix it by use deep-extend library