Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Proxy is not defined in older browsers #1178

Closed
anonymouscatcher opened this issue Jun 2, 2021 · 1 comment · Fixed by #1330
Closed

[BUG] Proxy is not defined in older browsers #1178

anonymouscatcher opened this issue Jun 2, 2021 · 1 comment · Fixed by #1330
Labels
bug Something isn't working

Comments

@anonymouscatcher
Copy link

Hey, I'm using the framer-motion in my project, I'm using browserstack to test the application, it seems the framer-motion is using Proxy which is not polyfillable. Is there any other way to use framer motion that supports older browsers?

I saw the issue on Chrome v38

image

@mattgperry
Copy link
Collaborator

From 5.3.3 later today you'll be able to define components like this:

const MotionDiv = motion("div")

If you need backwards compatibility with old browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants