Álvaro Gómez Jáuregui
Álvaro Gómez Jáuregui
It would be nice to have an update to React 18 so that the peerDeps requirements doesn't fail @rcdexta
Yeah, facing the same issue
I'm also running into the same problem. Also tried to switch from `import storage from "redux-persist/es/storage"` to `import storage from "redux-persist/lib/storage"` but the error ... persist (no pun intended).
Hi all, I think the problem is having a wrapper component ```SortableList``` (the one from line 279) and using it on line 347. Can you give it a try? At...
I've tried to bump all the dnd-kit dependencies and the issue is still reproducible in the codesandbox
I'll close this as it is already solved (https://github.com/clauderic/dnd-kit/issues/891#issuecomment-1521176036 or https://github.com/clauderic/dnd-kit/issues/891#issuecomment-1344435200)
Hi! I'm dealing with this same problem. Wherever I try to use ` .catch((reason: AxiosError) => {` And then use a field that the backend sends like: `reason?.response?.data?.errorMsg` (knowing that...
This would be fixed with this https://github.com/axios/axios/pull/5210 ... what is the status of this? Would you please consider it @jasonsaayman ?
I'm also having this exact problem with Webstorm. It seems that the file is being formatted, but maybe it's the fallback IDE formatting.
> In my case I fixed the issue by removing `formatter.include` array from my biome.config. Adding `src/` dir to it also worked. This wasn't necessary before, as I have `src/`...