in AppContainer (created by Container)
in Container (created by App)
in div (created by App)
in App`
Tried updating package.json to use "next": "^6.1.1" and "react": "^16.4.0" to no avail.
Please note that this error occurs only when the rendered hyper link is clicked. It goes away if I hard-reload the page. But, of course, this defeats the purpose (in addition to being an error).
I get the following when I click any of the
next/Link
links:Tried updating
package.json
to use"next": "^6.1.1"
and"react": "^16.4.0"
to no avail.Please note that this error occurs only when the rendered hyper link is clicked. It goes away if I hard-reload the page. But, of course, this defeats the purpose (in addition to being an error).