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.
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
(1) feat: Add Feedback Form Component #4328
base: main
Are you sure you want to change the base?
(1) feat: Add Feedback Form Component #4328
Changes from 74 commits
817eac8
5370a99
42e2fa1
514b102
0935bbd
9ea5496
da0d4ac
3e36c6d
5f3df64
71b28e8
f9d2b59
d05d531
2bb104b
4339274
6ce799b
f2cefc6
694ee33
18b1c33
034efde
67a492d
8eaa61d
0b88cc5
ae11b8d
7f2ca06
064b6c4
e2add4a
e21718a
407f179
14ac005
ddade00
1bc1e4c
7934756
95e1e0f
a169362
4b5df7a
4fa81ce
4fff82f
0258bf2
458ebc2
f0e1bef
b9235f2
6717a84
39a67bd
501a134
4b290a2
7109deb
c80c5cb
8c56753
d6e9229
5292475
efd809f
bc7ae65
79ee5ba
ba13320
1f5fb56
439367a
9831482
4097347
f8a82fd
30a7b10
3eccf25
bc96fce
995a9ca
3aacaf7
20e3a6c
78e412c
c45a5e6
6e39119
57d99e9
6fb8ab4
fd2e317
b793937
b209ad6
a40fde6
2a8f13f
0f3a244
9a96e74
10c1c0e
2be08a6
0588552
e0ec92d
265e629
da0e3ea
a931ba9
5f9dec6
8359696
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
We should use the static
defaultProps
property otherwise the props passed to_config
won't be changed on update, which would be unexpected behaviour.https://legacy.reactjs.org/docs/react-without-es6.html#declaring-default-props
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.
Thank you for pointing me to this @krystofwoldrich 🙇
Updated with 9a96e74 and 2be08a6