Commit 3723c5e
committed
fix(ui-radio-input,ui-checkbox): fix 'React does not recognize the isRequired prop on a DOM element' on RadioInputGroup and Checkbox
since these were not added to 'allowedProps', they were not excluded by 'allowedProps', so they were
added to native DOM elements resulting in this warning
Fixes INSTUI-45311 parent 8f8793a commit 3723c5e
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments