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
There is no longer a default export. Use the named export instead, e.g. use import {chain} from "@softwareventures/chain" instead of import chain from "@softwareventures/chain".
Features
remove default export in favour of named export (93229ee)