SYMBOL INDEX (150 symbols across 25 files) FILE: src/CSSTransition.js class CSSTransition (line 86) | class CSSTransition extends React.Component { method addClass (line 188) | addClass(node, type, phase) { method removeClasses (line 208) | removeClasses(node, type) { method render (line 228) | render() { FILE: src/ReplaceTransition.js class ReplaceTransition (line 17) | class ReplaceTransition extends React.Component { method handleLifecycle (line 26) | handleLifecycle(handler, idx, originalArgs) { method render (line 40) | render() { method children (line 73) | children(props, propName) { FILE: src/SwitchTransition.js function areChildrenDifferent (line 6) | function areChildrenDifferent(oldChildren, newChildren) { class SwitchTransition (line 131) | class SwitchTransition extends React.Component { method componentDidMount (line 139) | componentDidMount() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(props, state) { method render (line 176) | render() { FILE: src/Transition.js constant UNMOUNTED (line 10) | const UNMOUNTED = 'unmounted'; constant EXITED (line 11) | const EXITED = 'exited'; constant ENTERING (line 12) | const ENTERING = 'entering'; constant ENTERED (line 13) | const ENTERED = 'entered'; constant EXITING (line 14) | const EXITING = 'exiting'; class Transition (line 115) | class Transition extends React.Component { method constructor (line 118) | constructor(props, context) { method getDerivedStateFromProps (line 150) | static getDerivedStateFromProps({ in: nextIn }, prevState) { method componentDidMount (line 177) | componentDidMount() { method componentDidUpdate (line 181) | componentDidUpdate(prevProps) { method componentWillUnmount (line 199) | componentWillUnmount() { method getTimeouts (line 203) | getTimeouts() { method updateStatus (line 218) | updateStatus(mounting = false, nextStatus) { method performEnter (line 242) | performEnter(mounting) { method performExit (line 273) | performExit() { method cancelNextCallback (line 301) | cancelNextCallback() { method safeSetState (line 308) | safeSetState(nextState, callback) { method setNextCallback (line 316) | setNextCallback(callback) { method onTransitionEnd (line 335) | onTransitionEnd(timeout, handler) { method render (line 360) | render() { function noop (line 597) | function noop() {} FILE: src/TransitionGroup.js class TransitionGroup (line 32) | class TransitionGroup extends React.Component { method constructor (line 33) | constructor(props, context) { method componentDidMount (line 46) | componentDidMount() { method componentWillUnmount (line 53) | componentWillUnmount() { method getDerivedStateFromProps (line 57) | static getDerivedStateFromProps( method handleExited (line 70) | handleExited(child, node) { method render (line 89) | render() { FILE: src/utils/ChildMapping.js function getChildMapping (line 9) | function getChildMapping(children, mapFn) { function mergeChildMappings (line 39) | function mergeChildMappings(prev, next) { function getProp (line 84) | function getProp(child, prop, props) { function getInitialChildMapping (line 88) | function getInitialChildMapping(props, onExited) { function getNextChildMapping (line 100) | function getNextChildMapping(nextProps, prevChildMapping, onExited) { FILE: src/utils/SimpleSet.js class SimpleSet (line 1) | class SimpleSet { method constructor (line 2) | constructor() { method clear (line 5) | clear() { method has (line 8) | has(k) { method add (line 11) | add(k) { method delete (line 15) | delete(k) { FILE: stories/CSSTransition.js function ToggleFixture (line 7) | function ToggleFixture({ defaultIn, description, children }) { FILE: stories/CSSTransitionGroupFixture.js class CSSTransitionGroupFixture (line 6) | class CSSTransitionGroupFixture extends React.Component { method render (line 36) | render() { FILE: stories/NestedTransition.js function FadeAndScale (line 7) | function FadeAndScale(props) { function Example (line 26) | function Example() { FILE: stories/ReplaceTransition.js constant FADE_TIMEOUT (line 8) | const FADE_TIMEOUT = 1000; function Fade (line 47) | function Fade(props) { function Example (line 55) | function Example({ children }) { FILE: stories/StoryFixture.js function StoryFixture (line 8) | function StoryFixture({ description, children }) { FILE: stories/Transition.js function ToggleFixture (line 12) | function ToggleFixture({ defaultIn, description, children }) { FILE: stories/TransitionGroup.js class DynamicTransition (line 79) | class DynamicTransition extends React.Component { method componentDidMount (line 85) | componentDidMount() { method componentWillUnmount (line 90) | componentWillUnmount() { method render (line 94) | render() { function ReEnterTransition (line 107) | function ReEnterTransition() { FILE: stories/transitions/Bootstrap.js function Fade (line 43) | function Fade(props) { function getHeight (line 64) | function getHeight(elem) { class Collapse (line 82) | class Collapse extends React.Component { method render (line 108) | render() { function FadeInnerRef (line 131) | function FadeInnerRef(props) { function useMergedRef (line 165) | function useMergedRef(ref) { FILE: stories/transitions/CSSFade.js constant FADE_TIMEOUT (line 6) | const FADE_TIMEOUT = 1000; function Fade (line 40) | function Fade(props) { FILE: stories/transitions/CSSFadeForTransitionGroup.js constant FADE_TIMEOUT (line 6) | const FADE_TIMEOUT = 1000; function Fade (line 34) | function Fade(props) { FILE: stories/transitions/Scale.js constant SCALE_TIMEOUT (line 6) | const SCALE_TIMEOUT = 1000; function Scale (line 34) | function Scale(props) { FILE: test/CSSTransition-test.js method onEnter (line 52) | onEnter() { method onEntering (line 57) | onEntering() { method onEntered (line 64) | onEntered() { method onEnter (line 96) | onEnter() { method onEntering (line 101) | onEntering() { method onEntered (line 108) | onEntered() { method onEnter (line 250) | onEnter(isAppearing) { method onEntering (line 256) | onEntering(isAppearing) { method onEntered (line 264) | onEntered(isAppearing) { method onExit (line 315) | onExit() { method onExiting (line 320) | onExiting() { method onExited (line 327) | onExited() { method onExit (line 358) | onExit() { method onExiting (line 363) | onExiting() { method onExited (line 370) | onExited() { method onExit (line 393) | onExit() { method onExiting (line 398) | onExiting() { method onExited (line 403) | onExited() { class Test (line 417) | class Test extends React.Component { method render (line 418) | render() { method onEnter (line 457) | onEnter() { method onEntering (line 461) | onEntering() { method onEntering (line 478) | onEntering() { method onEntered (line 484) | onEntered() { FILE: test/CSSTransitionGroup-test.js function YoloTransition (line 16) | function YoloTransition({ id, ...props }) { class Component (line 204) | class Component extends React.Component { method render (line 205) | render() { method componentDidMount (line 237) | componentDidMount() { method render (line 241) | render() { method render (line 279) | render() { class Child (line 227) | class Child extends React.Component { method render (line 228) | render() { method render (line 273) | render() { class Component (line 234) | class Component extends React.Component { method render (line 205) | render() { method componentDidMount (line 237) | componentDidMount() { method render (line 241) | render() { method render (line 279) | render() { class Wrapper (line 260) | class Wrapper extends React.Component { method render (line 261) | render() { class Child (line 272) | class Child extends React.Component { method render (line 228) | render() { method render (line 273) | render() { class Component (line 278) | class Component extends React.Component { method render (line 205) | render() { method componentDidMount (line 237) | componentDidMount() { method render (line 241) | render() { method render (line 279) | render() { FILE: test/Transition-test.js method toExist (line 15) | toExist(received) { class Child (line 77) | class Child extends React.Component { method render (line 78) | render() { method onExited (line 186) | onExited() { method onEntered (line 249) | onEntered() { method onEntered (line 283) | onEntered() { method onEntered (line 320) | onEntered() { method onEnter (line 347) | onEnter() { method onEntering (line 352) | onEntering() { method onEntered (line 357) | onEntered() { method onExited (line 390) | onExited() { method onExit (line 418) | onExit() { method onExiting (line 423) | onExiting() { method onExited (line 428) | onExited() { class MountTransition (line 442) | class MountTransition extends React.Component { method render (line 445) | render() { class UnmountTransition (line 519) | class UnmountTransition extends React.Component { method render (line 522) | render() { FILE: test/TransitionGroup-test.js function FirstChild (line 44) | function FirstChild(props) { class Child (line 59) | class Child extends React.Component { method render (line 60) | render() { function Parent (line 79) | function Parent({ count = 1 }) { FILE: test/utils.js function render (line 5) | function render(element, options) { FILE: www/src/pages/index.js class Index (line 23) | class Index extends React.Component { method render (line 24) | render() { FILE: www/src/templates/component.js function displayObj (line 10) | function displayObj(obj) { class ComponentTemplate (line 45) | class ComponentTemplate extends React.Component { method render (line 46) | render() { method renderType (line 137) | renderType(prop) { method renderEnum (line 197) | renderEnum(enumType) { function getDisplayTypeName (line 205) | function getDisplayTypeName(typeName) { function renderObject (line 217) | function renderObject(props) { function simpleType (line 227) | function simpleType(prop) {