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: Create dedicated React global setup module to resolve timing issues
- Add setup-react-global.ts module that imports React and sets global references
- Import setup module first in main.tsx to ensure React availability before any other imports
- Addresses persistent forwardRef errors by guaranteeing React.forwardRef exists when lucide-react loads
- Eliminates module loading order dependency issues
- Maintains proper ES module structure while providing early global compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments