Andrew Clark
1beb94133a
jsx(): Inline reserved prop checks ( #28262 )
...
The JSX runtime (both the new one and the classic createElement runtime)
check for reserved props like `key` and `ref` by doing a lookup in a
plain object map with `hasOwnProperty`.
There are only a few reserved props so this inlines the checks instead.
2024-02-06 18:56:18 -05:00
..
2023-03-14 21:00:22 -04:00
2024-02-01 21:08:21 +01:00
2023-04-07 14:14:08 -07:00
2023-03-08 12:58:31 -05:00
2024-02-06 18:56:18 -05:00
2024-02-06 12:43:27 -05:00
2023-12-07 10:26:33 -05:00
2024-02-06 12:43:27 -05:00
2024-02-06 12:43:27 -05:00
2023-11-29 18:27:53 +00:00
2023-12-04 16:10:36 -05:00
2023-11-29 18:27:53 +00:00
2023-11-29 18:27:53 +00:00
2024-02-06 12:43:27 -05:00
2024-02-05 15:39:45 +01:00
2023-11-29 18:27:53 +00:00
2024-02-06 12:43:27 -05:00
2024-01-31 00:43:40 +01:00
2024-01-29 17:02:49 +01:00
2024-02-06 12:43:27 -05:00
2024-02-01 18:53:25 -05:00
2024-02-05 22:39:15 +00:00
2024-02-06 12:43:27 -05:00
2024-02-06 19:57:46 +01:00
2024-02-06 16:17:59 -05:00
2024-02-05 22:39:15 +00:00
2024-01-16 19:58:11 -05:00
2024-02-06 12:43:27 -05:00
2024-02-06 12:43:27 -05:00
2022-10-18 11:19:24 -04:00
2024-02-06 12:43:27 -05:00
2024-02-06 12:43:27 -05:00
2024-02-06 12:43:27 -05:00
2024-02-06 12:43:27 -05:00
2024-02-06 12:43:27 -05:00