REACT.JS console error
-
HI team,
First :- the following erros disappear when I disable ESSENTIAL BLOCKS Plugin.
- The plugin is updated to latest Version:?4.1.3
- I cleared my cache/ brwoser
- I used the Asset Regeneration
My console is giving a lot of errors ralted to REACT.js//
ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it’s running React 17.
THEN//Warning: Invalid DOM property
class
. Did you meanclassName
?
at i
at div
at v (mysite.com/wp-content/plugins/essential-blocks/vendor-bundle/index.js?ver=e3259a2b7d3e0d16de42:2:139404)
at Suspense
at div
at E (mysite.com/wp-content/plugins/essential-blocks/vendor-bundle/index.js?ver=e3259a2b7d3e0d16de42:2:145633)
at i (mysite.com/wp-content/plugins/essential-blocks/blocks/advanced-video/frontend/index.js?ver=30594d1a1ff4d382de9f:1:204)
printWarning @ react-dom.js?ver=18.2.0:73
THEN//react.js?ver=18.2.0:199 Warning: Each child in a list should have a unique “key” prop.
Check the top-level render call using . See https://reactjs.org/link/warning-keys for more information.
at div
printWarning @ react.js?ver=18.2.0:199
THEN//Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it’s running React 17. Learn more: https://reactjs.org/link/switch-to-createroot
printWarning @ react-dom.js?ver=18.2.0:73
I don’t know what to do this time.
Thank you !
Cheers
- The topic ‘REACT.JS console error’ is closed to new replies.