-
Notifications
You must be signed in to change notification settings - Fork 15
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
Ad UI 9399 fix get input props #3602
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gdostie
reviewed
Jan 8, 2024
df8b5ea
to
31dd2a0
Compare
e8b9ca2
to
96a485a
Compare
gdostie
approved these changes
Jan 8, 2024
aboissinot-coveo
approved these changes
Jan 9, 2024
GermainBergeron
pushed a commit
that referenced
this pull request
Feb 19, 2024
* chore(mantine): bump to mantine v7, first commit rebasing * chore(mantine): lots of css modules, preparing theme and components rebasing * chore(mantine)!: more breaking stuff * chore(mantine)!: more module, less v6, build working * chore(mantine)!: trying to style my branch so it looks 1:1 with master * chore(mantine)!: apply some visual fixes to look like prod * chore(mantine)!: fixed table style and rows * chore(mantine)!: fixed all the rest style expect table gutter grid * chore(mantine)!: fix interfaces and remove comments * chore(useForm)!: change condition in useform hook * chore(useForm)!: fixed collection demo * chore(useForm): fixed ternary and faker-js * chore(useForm): removed console.log * chore(useForm)!: fix unit test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Added opt-in type in
getInputProps()
so that thereorder, remove and insert
method are only eposed forcollection
type.Potential Breaking Changes
It will break all collection that uses those 3 methods, since they do not explicitly specify the type that is now required to get those methods
I point it to next since it will get added to the new mantine 7 breaking change
Acceptance Criteria