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: Handle React template creation by using scaffold copying instead of GitHub cloning
- Modified createFromTemplate.ts to check if template has no GitHub URL
- For 'react' template, use scaffold directory copying instead of trying to clone
- This fixes the 'Template react has no GitHub URL' error when creating regular React apps
- Maintains compatibility with other templates that do have GitHub URLs
0 commit comments