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
Many problems with the SDK and other hyp libraries don't get discovered until the libraries are published and used in an app, such as the Next.JS-based explorer or warp UI. For example, the use of node-specific code that breaks the lib's isomorphism.
Solution
Create a set of minimal test apps with a variety of bundlers (Vite, Webpack, Rollup) which package and exercise the lib before they get published to NPM
The text was updated successfully, but these errors were encountered:
Problem
Many problems with the SDK and other hyp libraries don't get discovered until the libraries are published and used in an app, such as the Next.JS-based explorer or warp UI. For example, the use of node-specific code that breaks the lib's isomorphism.
Solution
Create a set of minimal test apps with a variety of bundlers (Vite, Webpack, Rollup) which package and exercise the lib before they get published to NPM
The text was updated successfully, but these errors were encountered: