-
Notifications
You must be signed in to change notification settings - Fork 446
Commit 02846af
🐛 Fixed rfcp by defining component name
Can't apply proptypes outside of a class/function without using a named function.
This change defines the component function by the filename, and exports it separately (since directly exported const aren't supported).1 parent 16a45df commit 02846af
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 | - | ||
318 | + | ||
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
329 | + | ||
330 | + | ||
331 | + | ||
329 | 332 |
| |
330 | 333 |
| |
331 | 334 |
| |
|
0 commit comments