Max Isaev

Results 7 comments of Max Isaev

If I understood the reason correctly, the following worked for me: ```tsx // workaround for https://github.com/TanStack/query/issues/2304 // instead of useIsMutating const [isMutating, setIsMutating] = useState(false); useEffect(() => { return queryClient.getMutationCache().subscribe(({...

You need to add .babelrc to compile class props during build ``` { "plugins": ["@babel/plugin-proposal-class-properties"] } ``` ____________ I can’t build and check anything locally because you have complete chaos...

Dealt with versions and build (lock file is absolutely required) Please see the new PR - https://github.com/SortableJS/react-sortablejs/pull/247

@dbbring @dustinsmith1024 @garrypolley @doug-martin Is there someone alive?)

Any update? Or the project is not maintained anymore?

Any update? Or the project is not maintained anymore? Looks like we're should migrate to beautiful-dnd)