File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/runtime-runes/samples/derived-unowned-12 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ export function check_dirtiness(reaction) {
201201 if ( is_disconnected ) {
202202 derived . f ^= DISCONNECTED ;
203203 }
204- // If the unowned derived is now fully connected to the graph again (it unowned and reconnected, has a parent
204+ // If the unowned derived is now fully connected to the graph again (it's unowned and reconnected, has a parent
205205 // and the parent is not unowned), then we can mark it as connected again, removing the need for the unowned
206206 // flag
207207 if ( is_unowned_connected && parent !== null && ( parent . f & UNOWNED ) === 0 ) {
Original file line number Diff line number Diff line change 88 count;
99
1010 untrack (() => state .current = count);
11- return untrack (() => state);
11+ return untrack (() => state);
1212 });
1313
1414 linked .current ++ ;
You can’t perform that action at this time.
0 commit comments