Skip to content

Commit

Permalink
Fill out layoutSystemForChildren in fixSpyOnlyMetadata (#4374)
Browse files Browse the repository at this point in the history
* fill layoutSystemForChildren

* tests

* update snapshots

* fix reparent into conditional test

* extra expect
  • Loading branch information
bkrmendy authored Oct 17, 2023
1 parent 523f75b commit 6e179e2
Show file tree
Hide file tree
Showing 8 changed files with 458 additions and 271 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Object {
},
"immediateParentProvidesLayout": true,
"justifyContent": null,
"layoutSystemForChildren": "flow",
"layoutSystemForChildren": null,
"margin": Object {},
"naturalHeight": null,
"naturalWidth": null,
Expand Down Expand Up @@ -297,7 +297,7 @@ Object {
},
"immediateParentProvidesLayout": true,
"justifyContent": null,
"layoutSystemForChildren": "flow",
"layoutSystemForChildren": null,
"margin": Object {},
"naturalHeight": null,
"naturalWidth": null,
Expand Down
Loading

0 comments on commit 6e179e2

Please sign in to comment.