Josh Story
cc56bed38c
Remove module pattern function component support ( #27742 )
...
The module pattern
```
function MyComponent() {
return {
render() {
return this.state.foo
}
}
}
```
has been deprecated for approximately 5 years now. This PR removes
support for this pattern. It also simplifies a number of code paths in
particular related to the concept of `IndeterminateComponent` types.
2024-03-28 13:08:08 -07:00
..
2023-03-14 21:00:22 -04:00
2024-03-14 15:41:37 +01:00
2024-03-26 23:44:07 -04:00
2024-03-26 15:31:57 -04:00
2024-03-27 14:43:12 -07:00
2024-03-26 15:31:57 -04:00
2024-03-11 20:17:07 -04:00
2024-03-22 11:20:18 -04:00
2024-03-25 13:25:14 -04:00
2024-03-05 14:11:30 +00:00
2024-03-05 14:11:30 +00:00
2024-03-22 11:20:18 -04:00
2024-03-07 17:59:37 +00:00
2024-03-28 13:08:08 -07:00
2024-03-26 17:25:53 -04:00
2024-03-05 14:11:30 +00:00
2024-03-28 13:08:08 -07:00
2024-03-26 23:45:34 -04:00
2024-03-01 20:49:51 +00:00
2024-03-26 15:31:57 -04:00
2024-03-27 00:51:37 -04:00
2024-03-27 00:51:37 -04:00
2024-03-28 13:08:08 -07:00
2024-03-28 13:08:08 -07:00
2024-03-28 13:08:08 -07:00
2024-03-26 15:31:57 -04:00
2024-03-08 17:39:27 -05:00
2024-03-26 15:31:57 -04:00
2024-03-28 11:34:24 -04:00
2024-03-27 00:51:37 -04:00
2024-03-22 11:20:18 -04:00
2024-03-28 13:08:08 -07:00
2024-03-26 15:31:57 -04:00
2024-03-26 23:44:07 -04:00