solana-labs / explorer

Explorer for Solana clusters
https://explorer.solana.com
MIT License
214 stars 278 forks source link

Removed undefined mixins #361

Closed njtan142 closed 1 week ago

njtan142 commented 3 weeks ago

these mixins are variants, which causes errors as they are simply undefined yet

vercel[bot] commented 3 weeks ago

@njtan142 is attempting to deploy a commit to the Solana Labs Team on Vercel.

A member of the Team first needs to authorize it.

ngundotra commented 1 week ago

Hey @njtan142 you're getting these errors because instead of pnpm you are using yarn

njtan142 commented 1 week ago

Thank you for the clarification!