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
Hi @VictorBlockchain! Do you have a minimal reproduction you could share? I do see some issues with our build pipeline that result in vanilla-extract dependencies being included when they shouldn't, so let me take a stab at fixing that and I'll report back.
## Description
Potentially addresses #20294.
The vanilla-extract libraries are internal dependencies as we ship the
library with raw CSS files.
## Test plan
How did you test the new or updated feature?
---
## Release notes
Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.
For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.
- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [ ] GraphQL:
- [ ] CLI:
- [ ] Rust SDK:
- [ ] REST API:
import { ConnectButton } from '@mysten/dapp-kit';
ConnectButton error
Steps to Reproduce Issue
install '@mysten/dapp-kit', @Vanilla-Extract is a dependency and you'll get this error
worked fine with wallet-kit...
./node_modules/@vanilla-extract/css/node_modules/lru-cache/dist/esm/index.js
Module parse failed: Identifier '_delete' has already been declared (1402:9)
| }
| }
The text was updated successfully, but these errors were encountered: