Ol' Shrimpeye
Ol' Shrimpeye
I guess roll-back to 0.18.1 for now if needed
this seems entirely unrelated A component can provide a variable to back to the parent, as documented here: https://svelte.dev/docs#slot_let this is how it is expected to work ```svelte {thing.text} {#each...
I understand, and suspect that it will not be feasible. re: > * className is computed within FancyListItem, there's no reason to need to pass in as props of FancyListItem...
yes, the readme should certainly mention that. Not wait until the following error occurs ``` 1) An error occurred in getVue code: TypeError: Cannot read property '__vue__' of undefined ```
This 💯 Without a way to specify in the url which docs to use, they are hard to send reference links via LMGTFY or even non passive-aggressive means.
This is how I'm solving it I've got a validator class with my own validations that I call ``` return Validator .value(value) .custom(() => { // step 1 - check...
could you provide an example of use with validators definition? I'll see if I can test and post example if I get to it.
Mocking suggestion by @JCB-K works, and I would say that it's a better solution to mock it, but you can also try using the transform ignore ```json "transformIgnorePatterns": [ "/node_modules/(?!spin.js).+\\.js$"...
👍gets a bit tricky... One solution is to use css example: https://svelte.dev/repl/91c871dc626d40e0a5fac4296c9cdfe2?version=3.25.1 ```html :global(tbody) { height:250px; overflow:auto; display: block; } :global(thead, tbody tr) { display:table; width:100%; table-layout:fixed; } ``` the...
should get on this🙄