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
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
There is no index module.
When this library is imported with
yarn add waveguide, it cannot find the files.In the package.json, it points to
./lib/index.jsas expected but the files do not exist.The result we're after is
export { wave, managed } from 'waveguide'.Are you happy for me to make a pull and fix it?