Aurélien Chivot-Buhler
Aurélien Chivot-Buhler
Maybe linked to #60
Good question. I am using rc2 as rc4 does not work on the server. No pressure, it's just to gather some news and know what to expect!
Also experiencing this issue. Anybody knows what is causing this in react-draggable?
Same here Cordova 9, ios 13.4, Xcode 11.4 In devtools, `screen.orientation` is undefined
In order to familiarize myself with react codebase, I wrote a small test that fails on this pattern. (even if it is expected so) Here is it fwiw (in `packages/react-reconciler/src/__tests__/useSyncExternalStore-test.js`):...
What I don't understand is that in `renderWithHooks`, there is the following block: ```js // Check if there was a render phase update if (didScheduleRenderPhaseUpdateDuringThisPass) { ``` Which runs if...
Ok, rel my previous comment, IIUC the discarding of work in progress hook is expected when state is dispatched in render phase. The work in progress queue should be recreated...
@UsulPro that's great! I used that `onStory` hook in my above solution, but the material-ui addon is reseting the index to 0 when a story changes, leading to a race...
Hum, that's a good option. Yes, my use case is to keep the same set of themes, select a specific one that I want to check on different component/stories
I had a look but not totally obvious to me where to start. I probably won't have time to get this done in the short term.