Daniel Lima

Results 4 comments of Daniel Lima

I am using Next, and i try: ```js //If your application uses Next.js modify the _app.js as follows import dynamic from 'next/dynamic'; import { useEffect, useState } from 'react'; import...