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
fix: resolve local demo runtime errors and improve documentation
- Add missing REACT_APP_NETLIFY_BASE_URL replacement in rollup config to fix "process is not defined" error in standalone build
- Update README CDN example to use specific version (2.4.0) instead of vague @2.x
- Document build directory structure and shadow DOM CSS import requirements
- Clarify why both /dist/ and /build/ directories are published to npm
Fixes local demo functionality where netlifyBaseUrl environment variable was undefined in browser, causing API requests to fail.
0 commit comments