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
Address PR review feedback: fix bugs, security, and config issues
- Replace hardcoded localhost URL with RAILS_INTERNAL_URL env variable
- Add response.ok check to prevent silent fetch failures
- Guard 800ms demo delay to non-production environments
- Restrict sanitize-html img tag to explicit allowed attributes/schemes
- Clear useClientCache on each compilation for correct watch mode
- Remove incorrect 'use client' from server-only files
- Fix import/order lint violation in rsc-client-components
- Gate trace option to development environment only
- Remove duplicate RspackRscPlugin from server config (RSC-only)
- Fix url-loader/file-loader guard to use .includes() matching
- Pass RSC config to envSpecific callback
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments