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
The catchall index of foundation comes up too often when automatically resolving imports. Also, it prevents future modularization (easily publishing to different packages, tree shaking optimizations in bundlers, etc). We should clean up the code to always import e.g.
import { EthAddress } from "@aztec/foundation/eth_address";
The text was updated successfully, but these errors were encountered:
The catchall index of foundation comes up too often when automatically resolving imports. Also, it prevents future modularization (easily publishing to different packages, tree shaking optimizations in bundlers, etc). We should clean up the code to always import e.g.
import { EthAddress } from "@aztec/foundation/eth_address";
The text was updated successfully, but these errors were encountered: