DipakHalkude
DipakHalkude
Hi! I've implemented Google Sign-In functionality for your SocialEcho app. The feature is now complete with: ✅ Google Sign-In buttons on login/signup pages ✅ OAuth 2.0 backend integration ✅ Account...
I'd love to contribute to this. Please check my PR :) [https://github.com/facebook/create-react-app/pull/17148](url)
@ilenia-magoni Is the issue still persist or It resolved now ?
I'd like to work on this issue
I also updated manifest.json file. Please accept my PR.
Hey maintainers! 👋 @c-ehrlich @juliusmarminge @nexxeln @t3dotgg Excited to share this new addition to create-t3-app! This PR brings a much-requested feature from issue #2139 - giving users control over build...
I have added this plugin please check my PR
@NathanTarbert Could you please review this PR when you have a moment?
@NathanTarbert A kind reminder. Please have a look :)
Problem: jsconfig.json with comments (JSONC) fails to parse in non-TypeScript projects. Change: In packages/react-scripts/config/modules.js, when jsconfig.json exists: Try to resolve typescript from app node_modules; if available, parse with ts.readConfigFile (supports...