There was an error while loading. Please reload this page.
mountProps
mountWithProps
1 parent f31fbcc commit e45e149Copy full SHA for e45e149
1 file changed
src/Main.hs
@@ -97,7 +97,7 @@ childView n m =
97
]
98
99
100
- , mountProps n grandchild
+ , mountWithProps n grandchild
101
102
-----------------------------------------------------------------------------
103
-- =====================================================================
@@ -145,7 +145,7 @@ parentView _ m =
145
146
147
148
- , mountProps (parentCount m) child
+ , mountWithProps (parentCount m) child
149
150
151
0 commit comments