-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor(web-react): Move away from the defaultProps
#1267
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
✅ Deploy Preview for spirit-design-system-demo canceled.
|
✅ Deploy Preview for spirit-design-system-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
github-actions
bot
added
the
refactoring
A code change that neither fixes a bug nor adds a feature
label
Feb 6, 2024
literat
force-pushed
the
fix/DS-1145-web-react-icon-html-parser
branch
from
February 7, 2024 14:41
3258fb6
to
2d1a815
Compare
Base automatically changed from
fix/DS-1145-web-react-icon-html-parser
to
main
February 7, 2024 15:04
crishpeen
force-pushed
the
refactor/web-react-deprecate-default-props
branch
from
April 9, 2024 14:52
35a0b1f
to
7cf7f6d
Compare
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-validations canceled.
|
crishpeen
reviewed
Apr 9, 2024
literat
force-pushed
the
refactor/web-react-deprecate-default-props
branch
from
April 11, 2024 18:47
3e38df8
to
9b2aef8
Compare
crishpeen
approved these changes
Apr 16, 2024
* Support for defaultProps will be removed from function components in a future major release. * Use JavaScript default parameters instead.
literat
force-pushed
the
refactor/web-react-deprecate-default-props
branch
from
April 16, 2024 19:48
9b2aef8
to
ac4cd95
Compare
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.
Description
Additional context
Issue reference
Before submitting the PR, please make sure you do the following
fixes #123
).