We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The official RTK Query pagination example hosted on CodeSandbox throws the following runtime error:
TypeError: (0 , $csb__react_dom.render) is not a function
Stack Trace Snippet:
TypeError: (0 , $csb__react_dom.render) is not a function at new Toaster (chakra-ui/toast/dist/esm/toast.class.js:76:32) ...
I assume this issue appears to be related to the usage of ReactDOM.render, which has been deprecated in React 18+ in favor of ReactDOM.createRoot.
ReactDOM.render
in favor of ReactDOM.createRoot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The official RTK Query pagination example hosted on CodeSandbox throws the following runtime error:
Stack Trace Snippet:
I assume this issue appears to be related to the usage of
ReactDOM.render
, which has been deprecated in React 18+in favor of ReactDOM.createRoot.
The text was updated successfully, but these errors were encountered: