The error am getting is
Minified React error #299; visit https://reactjs.org/docs/error-decoder.html?invariant=299 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ie.createRoot (index-n1wPJ_BR.js:40:55515)
at index-n1wPJ_BR.js:52:35930
and when I clicked on the link
https://reactjs.org/docs/error-decoder.html?invariant=299 the page said the full text of the error is
Target container is not a DOM element.
, anyone has an idea of how to fix this…?
I added a vercel.json file to see if that would solve it but it didn’t, this is the code in my vercel.json file
{
"rewrites": [{ "source": "/((?!api).*)", "destination": "/index.html" }]
}
New contributor
Rabiu Ahmad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.