Replace useRecoilState with useSetRecoilState where relevant#664
Replace useRecoilState with useSetRecoilState where relevant#664Lucaci-Andrei merged 5 commits intomainfrom
Conversation
…omponents for improved state management
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughReplaced Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| }, [language, appConfig, currentLanguage, setCurrentLanguage, userSelectedLanguage]); | ||
|
|
||
| return ( | ||
| <GeminiProvider enabled={appConfig?.appSettings?.enableChat === 'true'}> |
There was a problem hiding this comment.
This has to be reverted?
Summary by CodeRabbit