Skip to content

Commit

Permalink
fix: implement unique dynamic id generation for FileUploader component (
Browse files Browse the repository at this point in the history
#17651)

* fix: implement unique dynamic id generation for FileUploader component

* test(FileUploader): fix failing tests and update snapshot
  • Loading branch information
Shankar-CodeJunkie authored Oct 11, 2024
1 parent 993fb9c commit 261d33c
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 179 deletions.
5 changes: 2 additions & 3 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3314,9 +3314,7 @@ Map {
"render": [Function],
},
"FileUploader" => Object {
"contextType": Object {
"$$typeof": Symbol(react.context),
},
"$$typeof": Symbol(react.forward_ref),
"propTypes": Object {
"accept": Object {
"args": Array [
Expand Down Expand Up @@ -3396,6 +3394,7 @@ Map {
"type": "oneOf",
},
},
"render": [Function],
},
"FileUploaderButton" => Object {
"propTypes": Object {
Expand Down
Loading

0 comments on commit 261d33c

Please sign in to comment.