File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ Unreleased
30
30
31
31
**Added **
32
32
33
- - :pull: `1165 ` - Concurrent renders - enable this experimental feature by setting
34
- `REACTPY_FEATURE_CONCURRENT_RENDERING=true `. This should improve the overall
35
- responsiveness of your app, particularly when handling larger renders that
36
- would otherwise block faster renders from being processed.
37
-
33
+ - :pull: `1165 ` - Allow concurrent renders of distinct components - enable this
34
+ experimental feature by setting `REACTPY_FEATURE_CONCURRENT_RENDERING=true `.
35
+ This should improve the overall responsiveness of your app, particularly when
36
+ handling larger renders that would otherwise block faster renders from being
37
+ processed.
38
38
39
39
v1.0.2
40
40
------
You can’t perform that action at this time.
0 commit comments