João Rambo

Results 5 issues of João Rambo

I'm getting a problem when first rendering my component, I didn't get the error on my opts ![Screenshot_1](https://user-images.githubusercontent.com/64593022/161315688-7a56370d-0d1a-46fa-9672-0584073d19cc.png) ![Screenshot_2](https://user-images.githubusercontent.com/64593022/161315692-9fb43e4e-1282-424d-853c-8354d24bb6c5.png) .

`error An unexpected error occurred: "Potentially dangerous call to \"next-sitemap\" in C:\\sonica-web3\\app` ![nexttime](https://user-images.githubusercontent.com/64593022/179821377-a343b558-6014-437c-bbf1-0cbe3115dc72.png)

bug

I'm getting an error when rendering a donut chart on apexcharts. In the same page, I have many charts, but this one is returning the following error: "TypeError: Cannot read...

Hello, I followed the quickstart for react tutorial, but I'm getting an error on app start: ![Screenshot_1](https://user-images.githubusercontent.com/64593022/179858190-c1c9c4bd-a67b-4030-85de-ab6f36ac77cc.png) _app.tsx ``` import '../styles/globals.css' import type { AppProps } from 'next/app' import {...

Hey, I'm creating some cookies when user login in my app, to use these cookies for validate if user is logged in before access some page of my app. It...