Tony Polinelli
Tony Polinelli
Currently, i have a map which stores info about many thousands of images. The code path is generic, so that i can respond to HDD events, or a scan. But...
It seems that the click handler cannot load data? or do other pre-processing? Example: https://codesandbox.io/s/ecstatic-chaplygin-enmpd?file=/src/App.js
Hi guys, Thanks for the awesome work! Just wondering - would it be possible to have the app work as a desktop app - and visualize for all audio -...
**Describe the bug (including copyable syntax)** When directly styling a functional component, the styling breaks when the function definition wraps to multiple lines. **Screenshot** It the props are a single...
Sorry if this is obvious, but i got a little stuck trying to branch and debug the project the other day, and will need to be able to fix bugs...
The demo has autoFocus={true}, but if you change it to 'false' everything breaks. This is fairly unintuitive, and costly if you dont realize that that was the cause (my case)...
I want to click around and see it working - is there a hosted demo or stackblitz? ... do i realllyy have to spend the 2 mins to clone /...
repro: I you type in the Input 'a' then click out, then select the a, then type 'a' again. you get an error. the this.value is set to an Event...
Hi guys, Im finding that following the normal react-navigation 'Auth Flow' as per the docs breaks when targetting web - as the url deep linking will bypass that route, and...
I just wanted to quickly integrate the ReactiveCollection in my app, so i thought that it would work well if it just took a ref() therefore, it doesnt need any...