stubar
stubar
Sorry I seem to have pressed the return key prematurely!
I have this setup for my components folder... ``` ls: src/components/**: .dir: PascalCase .ts: camelCase .test.ts: camelCase .tsx: PascalCase .test.tsx: PascalCase .stories.tsx: PascalCase .d.ts: kebab-case ``` I would like to...
Yes that sounds like it would work, you could have exists(count). Same rule could enforce no occurrences `exists(0)` and may theres a case where you only ever want one occurrence...
For objects rather than editing a json string what about some kind of recursive docgen driven form. The UX would be hard to fathom admittedly. My immediate thought is you...
10.13.6 v1.9.4 same issue regardless of sticky bezel, tried 1.9.3 same issue. Works on 1.9.2
yes we're on 0.15.0
No probs, did you get my email at all?
I've just been struggling with playNow as well. I was initializing without a songs property. Although it plays the progress bar doesn't update. So I am now trying a lazy...
Thanks, understood. FYI I have managed to work around this for now by adding ``` if (minDate && minDate > date) date = minDate; if (maxDate && maxDate < date)...
For those who can't wait for the above proposal, here's a little work around 1. Choose some sort of keyword prefix for your hidden stories e.g. `_hidden_` 2. Add stories...