einarq
einarq
Have you considered switching to plain context and useReducer for this? I would imagine you are not using any middlewares. Or is that not performant enough perhaps?
Is there an issue registered for not working within Strict Mode? Probably related to the double firing of useEffect.
"StrictMode is a tool for highlighting potential problems in an application." https://reactjs.org/docs/strict-mode.html https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html#updates-to-strict-mode On Thu, May 19, 2022 at 3:03 PM Fahad Ashiq ⚡ ***@***.***> wrote: > Can someone explained...
Saw mentioned in another issue that it might be related to Strict Mode, so it probably originates from the fact that React now runs useEffect twice when within Strict Mode...
> Hey folks, this is available in the latest version. Let's continue the conversation around strictmode here: #2350 You mean there has been a new release of react-beautiful-dnd? Whats the...
Is this no longer maintained? I need a similar feature. This PR seems to have been in limbo for a while.
@adailey14 Do you have an example like that you could point me to? I have the same need myself quite often, but haven't found a good example yet. Usually end...
Any plans on releasing this?
Also hoping for this, as the RTKQ actions do indeed make debugging harder (which is a shame, considering the debuggability is one of the key selling-points of redux). Any update...
Implement it myself for my case btw, but would be good to have in the tool I think ``` if (process.env.NODE_ENV !== 'production') { devTools = { predicate: (state,action) =>...