Tease React Migration#263
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
| firstName, | ||
| lastName, | ||
| email: `${firstName.toLowerCase()}.${lastName.toLowerCase()}@demo.edu`, | ||
| gender: randomElement(Object.values(Gender)), |
Check failure
Code scanning / CodeQL
Insecure randomness High
Copilot Autofix
AI 4 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| lastName, | ||
| email: `${firstName.toLowerCase()}.${lastName.toLowerCase()}@demo.edu`, | ||
| gender: randomElement(Object.values(Gender)), | ||
| nationality: randomElement(NATIONALITIES), |
Check failure
Code scanning / CodeQL
Insecure randomness High
Copilot Autofix
AI 4 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
No description provided.