framer/motion v1.6.16 Release Notes

Release Date: 2019-11-21 // over 4 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿš€ Fixing ref hydration in useLayoutEffect. (Note: This release effectively reverts 1.6.10. Each child of AnimatePresence with a unique key should be given a unique ref).
    • ๐Ÿ‘€ Moving callback ref mutation in use-drag and use-pan-gesture to a useEffect.