-
Notifications
You must be signed in to change notification settings - Fork 100
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
Console Errors #93
Comments
Update: Since #90 was merged I now only get the first error at load time. Here it is again for reference: FWIW ... There is no
|
Thanks for reporting this. |
Not the demo files. Those run fine. It's when I try to integrate into my own larger application. I guess I'm just wondering if there are any known issues parsing larger css payloads and maybe the very focused demos just never hit this issue? |
That could be the case. If you can share some of your examples, I can take a look into them. |
I'll see what I can do. I don't have a lot of time to dedicate to this and I can't publicly expose the app itself. I'll try to create a shareable example that reproduces the issue, but it may take some time. Bear with me. |
Okay, I figured out how to reproduce the error. Something in my css processing chain is appending |
This is invalid use. But still shouldn’t throw and recover from it, though. |
I am aware that it is invalid. I didn't think that fact was relevant to the parser throwing an error. Just for reference: Even further information: |
I'm getting the exact same error while trying to use the polyfill on my Wordpress website. Uncaught TypeError: this.parseError is not a function |
I dug a bit deeper and noticed that As for the polyfill not being able to parse |
The demo projects seem to run fine but when I copy the dist files to my existing application (it's a large angular 14 app, hence tons of style tags in the header ... if that's helpful to know) and link to
scroll-timeline.js
, I get the errors (pasted below) thrown upon initial load, before I have even attempted to implement any sort of scroll based animations.Of note: The polyfill does seem to succeed and it turns out I can programmatically create animations via
ScrollTimeline
.The text was updated successfully, but these errors were encountered: