Skip to content

Commit 3f5cb65

Browse files
jdelStrothersilvenon
authored andcommitted
Documentation-fix for the child-function state (#498)
The child-function is never called with a state of 'unmounted'
1 parent db83496 commit 3f5cb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Transition.propTypes = {
373373
/**
374374
* A `function` child can be used instead of a React element. This function is
375375
* called with the current transition status (`'entering'`, `'entered'`,
376-
* `'exiting'`, `'exited'`, `'unmounted'`), which can be used to apply context
376+
* `'exiting'`, `'exited'`), which can be used to apply context
377377
* specific props to a component.
378378
*
379379
* ```jsx

0 commit comments

Comments
 (0)