Files
headlessui/packages
Robin Malfait f2c80c4207 Ensure Element is available before polyfilling (#3493)
In some environments `Element` won't be available, which is needed for
the `Element.prototype.getAnimations` polyfill. If `Element` is not
available at all, it means that we are not in a browser so we don't need
the polyfill.

Fixes: #3490
2024-09-27 11:32:12 +02:00
..