DanPresa

Results 5 comments of DanPresa

> > > > The error was caused by exporting a react component in lowercase ie `const index = () => {return }` Renaming to `const Index = () =>...

> > Hi, Fresh install of the nextjs is giving me the same error ![image](https://user-images.githubusercontent.com/6294823/203381697-742d6170-e051-4f83-9183-e73a1fce6e1e.png) > > I have no idea what is this > > If you are using...

> I really tried to figure this out but couldn't find anything and now I just tried, you don't believe me it works and i didn't touch a thing; always...

> If your function name is lowercase just try to change it to uppercase. This has worked for me ex: `function index(){...} -----> function Index(){...}` Unfortunaltely it doesn't work. I...

> > > > > > > > > The error was caused by exporting a react component in lowercase ie `const index = () => {return }` Renaming to...