Skip to content

Commit

Permalink
Remove obsolete name property in Flight Node Register
Browse files Browse the repository at this point in the history
This is a leftover from facebook#26300 where `name` was incorporated into `$$id`.
  • Loading branch information
unstubbable committed Mar 6, 2023
1 parent eb616a1 commit ce9aad7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ module.exports = function register() {
);
}: any),
{
name: {value: name},
$$typeof: {value: CLIENT_REFERENCE},
$$id: {value: target.$$id + '#' + name},
$$async: {value: target.$$async},
Expand Down

0 comments on commit ce9aad7

Please sign in to comment.