-
Notifications
You must be signed in to change notification settings - Fork 344
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
not working on ios9 safari #116
Comments
Can you provide more information? Any logs in the safari console? A minimal example is also required. |
@rockcookies you need Reflect polyfill |
@rockcookies |
The problem is caused here: https://github.com/vuejs/composition-api/blob/master/src/utils.ts#L5 In IOS 9, we should check
This code is copied from |
@liximomo please publish a patch version |
Hello,
I found a critical bug with composition-api on iOS 9 Safari. The problem is that the page can't be loaded but
setup
function is invoked.Any help is appreciated, I spent some time on debuging this and it's only happening on iOS 9 devices. On iOS 8 devices it's working, but the loading is extremely long.
The text was updated successfully, but these errors were encountered: