- Issue created by @haemishm
- πΊπΈUnited States dcam
I'm able to reproduce the issue. I just happen to have a site with a timeline that hadn't been updated to 10.4.0 yet. I'll work on a fix.
- πΊπΈUnited States dcam
It looks like the nature of the problem is pretty simple. On my site the integration JS (what you copied into the summary) is being loaded before TimelineJS library. So it's trying to call a function that hasn't been loaded yet. It's effectively a dependency problem. I'll patch it ASAP.
- πΊπΈUnited States dcam
Asset ordering was changed in Core. See the change record a https://www.drupal.org/node/3473558 β .
- πΊπΈUnited States dcam
@haemishm I created an MR with a change that fixes the issue for me. Are you able to test the change to verify that it corrects the issue for you too?
- πΊπΈUnited States drupgirl
Ty for the patch it corrects the issue. So nice! Ty.