Skip to content

Commit a75480a

Browse files
committed
Bug fix children -> box.children
1 parent 3eafc96 commit a75480a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function FancyUserList(users) {
176176
}
177177

178178
const box = FancyUserList(data.users);
179-
const resolvedChildren = children(likesPerUser, updateUserLikes);
179+
const resolvedChildren = box.children(likesPerUser, updateUserLikes);
180180
const resolvedBox = {
181181
...box,
182182
children: resolvedChildren

0 commit comments

Comments
 (0)