Is it possible to create a component named Home in a NextJS project?
As the title states, I've been messing around with this one page I ported over from v0 and named the component
Home
. When I tried to import the component over to a page, it would stall and then eventually give a Maxium call stack
error.
Though I noticed that if I renamed it from Home to something else, the issue would be resolved and it would render properly.
Does anyone know what's going on here?
For context, It's a T3 app, but then stripped the parts from create-next-app
so that it supports bunx v0 add
functionality.0 Replies