Updating framer-motion to latest minor version causes editor to crash when popover opens #51893
Labels
[Package] Components
/packages/components
[Priority] High
Used to indicate top priority items that need quick attention
[Type] Bug
An existing feature does not function as intended
Description
When
framer-motion
is updated from10.11.6
to10.12.17
, opening any popover in any of the editors causes a crash, with the following error message:Uncaught TypeError: positionalValues[key] is not a function
.It might be good to fix the version at 10.11.x until we find out what's happening, otherwise the package updates for WP 6.3 will fail because the version of framer-motion installed by default is
10.12.17
.Step-by-step reproduction instructions
node_modules
andpackage-lock.json
;npm i
followed bynpm run dev
;package-lock
the framer-motion version should be10.12.17
;Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: