Tim Liao
Tim Liao
I think it might not import the username, but I check a lot of time, I did't find anything different with ur code, pls help me!!! ```javascript // pages\index.js import...
71% (60 of 84) |################# | Elapsed Time: 0:00:44 ETA: 0:00:21Traceback (most recent call last): File "/Users/liaozhedeng/Desktop/NFT_Turtle/nft.py", line 238, in main() File "/Users/liaozhedeng/Desktop/NFT_Turtle/nft.py", line 229, in main rt = generate_images(edition_name,...
const { data: session } = useSession() const [ providers, setProviders ] = useState(null) useEffect(() => { (async () => { const res = await getProviders(); setProviders(res); })(); }, []);...