guys can you help me? there is an error when I declare "_tokenURIs", the error is something like this:
"Undeclared identifier. Did you mean "_tokenURI" or "tokenURI"?"
I've been looking for a solution but can't find it. You can also see my code:
function setTokenURI (uint256 bujiId, string memory _tokenURI) internal virtual { _tokenURIs[bujiId] = _tokenURI; emit MetadataUpdate(bujiId); } maybe there is a solution?
only solution and why the error can occur