Patch Changes
-
#6990
90f3f7a43f71747c8d35e69b9a84a5dee6df9354
Thanks @BatuhanW! - fix(core): error notification infinite render issueuseEffect hook in data query hooks that handles the error notification had whole error object in dependency array, which changes with every request, thus causing infinite re-renders. Changed the dependency to just error message string.