Julien Karst
Julien Karst
# Description In this PR we remove abort controller https://github.com/reduxjs/redux-toolkit/issues/2448 Where should I add in the docs that ? - For people that are using redux with a node.js server...
Currently there a polyfill of AbortController in createAsyncThunk but not in listeners middleware. The goal of this issue is to remove the polyfill for the v2 Related to: https://github.com/reduxjs/redux-toolkit/pull/2446
Hi I've try to take a look at the ssr-experiment exemple here: - https://github.com/JulienKode/ssr-experiments/pull/new/chore/demo - https://codesandbox.io/s/naughty-robinson-47e9jt?file=/package.json I've: - added console log on `getRunningOperationPromises` - Create a fake long query (10s)...
Thanks for creating this nice library I have a question regarding the import of `@emotion/styled` inside the components https://github.com/onwidget/storybook-amp/blob/a34b6c0e39c22d636b7f37528303cef1f016e486/src/components/PanelContent.js#L2 Where is it supposed to comes from I do not see...
# Description Do we need to add `@emotion/styled` and `@emotion/react` as a dependency ? https://github.com/onwidget/storybook-amp/issues/8 As it's used in UI components
Update all dependencies
# Description Upgrade action to node 16
Best way to test cloud code: I'm wondering what is the best way to test cloud code functions. It is better to launch the server with all cloud code or...
## Organisation team In this PR we add support of organisation team https://github.com/JulienKode/team-labeler-action/issues/199 ## Note This have not been tested yet