-
Notifications
You must be signed in to change notification settings - Fork 1
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
export default waitForElementTransition; error #213
Comments
Which browser and OS version? |
Microsoft Edge 88 with Windows 10 Home 20H2 installed |
Thanks for that info. I'll check that browser specifically since I'm not seeing any issues on non-microsoft browsers I've checked. But before I do that, can you also tell me exactly what element you're passing to |
oh I was passing 'div' to the function and its was applying changes to the width. So, I wanted to wait for the transition to finished then show up other div. Thanks in advance |
@Jerit3787 Just checked on Edge browser and not seeing this error. How are you loading the javascript for the package? An actual code snippet would help. |
Hmm maybe an issue with the live-preview plugin that I use in vscode. |
No problem. I'm going to close this issue for now but feel free to leave a comment once you can reproduce with a code snippet. Thanks! |
Hello,
may I know why I do get this error from the lines on your code?
Error : Uncaught SyntaxError: Unexpected token 'export'
export default waitForElementTransition;
The text was updated successfully, but these errors were encountered: