You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Invalid regular expression: invalid group specifier name
I commented out this section and the page is normal
Safari: 14.1.2 (14611.3.10.1.7)
import { getAssociatedTokenAddress } from "@solana/spl-token"; const associatedTokenAccount = await getAssociatedTokenAddress(new PublicKey(mintAddrStore.value), new PublicKey(addressStore.value));
please help me
The text was updated successfully, but these errors were encountered:
We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of Solana itself.
Questions like yours deserve a purpose-built Q&A forum. Unless there exists evidence that this is a bug with Solana itself, please post your question to the Solana Stack Exchange using this link: https://solana.stackexchange.com/questions/ask
This automated message is a result of having added the ‘question’ tag.
SyntaxError: Invalid regular expression: invalid group specifier name
I commented out this section and the page is normal
Safari: 14.1.2 (14611.3.10.1.7)
import { getAssociatedTokenAddress } from "@solana/spl-token"; const associatedTokenAccount = await getAssociatedTokenAddress(new PublicKey(mintAddrStore.value), new PublicKey(addressStore.value));
please help me
The text was updated successfully, but these errors were encountered: