You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/React/Basic.purs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ import Type.Row (class Union)
65
65
-- | - `didUpdate`
66
66
-- | - The React component's `componentDidUpdate` lifecycle. Rarely necessary.
67
67
-- | - `willUnmount`
68
-
-- | - The React component's `componentWillUpdate` lifecycle. Any subscriptions or timers created in `didMount` or `didUpdate` should be disposed of here.
68
+
-- | - The React component's `componentWillUnmount` lifecycle. Any subscriptions or timers created in `didMount` or `didUpdate` should be disposed of here.
69
69
-- |
70
70
-- | The component spec is generally not exported from your component
71
71
-- | module and this type is rarely used explicitly. `make` will validate whether
0 commit comments