-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade to React 18 and Improve Types #2298
Conversation
@@ -13,6 +13,7 @@ const selectGermany = async () => { | |||
}, tag); | |||
}; | |||
|
|||
/* TODO #2299 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muss hier noch was gemacht werden oder ist der Kommentar/Code gar nicht mehr nötig?
@@ -94,6 +96,7 @@ describe('Input Phone', () => { | |||
await assertChangeValue(`+43 ${validPhoneNumber}`); | |||
}); | |||
|
|||
/* TODO #2299 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gleich wie oben
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denke es passt (hab noch zwei Kommentare verfasst)
@amir-ag / @markus-walther sollten aber sicher nochmals darüber schauen (auch wenn es schon mal gemergt ist 😁 )
Merge Checklist: