Replies: 1 comment 1 reply
-
Hi, App Dir
On my personal page I have a couple of Even the Could it be that you have some custom ESLINT rule that's enforcing this?
Edit - Pages DirI see, the
Let's not get mixed up here. React is a UI library, I think you might want to say React Router DOM. Anyway, this is indeed not the best, but it is done to prevent entire page reloads. I am on your side though, like, I might want to just kill the page and do a hard navigation. I think a warning would be ok, but an error... Mmmm |
Beta Was this translation helpful? Give feedback.
-
Goals
Non-Goals
Background
We (team of 15 ) are currently working on big ecommerce projects . We see most of our clients love normal reloads on some place whereas smooth redirection on many places. This makes sense and proper use of both and components . Our request is to remove only using restriction in nextjs. React doesnot give such restriction then why nextjs is doing so?
Proposal
Just remove the warning or error your nextjs gives whenever we use tag in our project and run npm run build
Beta Was this translation helpful? Give feedback.
All reactions