Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix react warnings #336

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Fix react warnings #336

merged 3 commits into from
Feb 5, 2024

Conversation

domi-b
Copy link
Contributor

@domi-b domi-b commented Feb 1, 2024

  • "A component is changing the uncontrolled value of a picker to be controlled."
    • Autocomplete und DatePicker mit null initialisieren
    • TextField mit leerem String initialisieren
  • "Function components cannot be given refs. Attempts to access this ref will fail."
    • register("name") auf Checkbox anstelle von Controller
  • "TypeError" beim Löschen eines Datums
    • onChange nicht überschreiben mit register("name") bei DatePicker

Resolves #334

@domi-b domi-b requested a review from danjov February 1, 2024 16:16
@danjov danjov merged commit 79cb148 into main Feb 5, 2024
7 checks passed
@danjov danjov deleted the fix-react-warnings branch February 5, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React Warnungen überprüfen
2 participants