Skip to content
Prev Previous commit
Next Next commit
Remove some comments
  • Loading branch information
JaeSeoKim committed Aug 17, 2022
commit 037e7c7d5570ca15adc2d5686cdb5907ec7bb617
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export const AnimatePresence: React.FunctionComponent<
const filteredChildren = onlyElements(children)
let childrenToRender = filteredChildren

// Keep a living record of the children we're actually rendering so we
const exitingChildren = useRef(
new Map<ComponentKey, ReactElement<any>>()
).current
Expand Down