You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using import { Timeline } from '@knight-lab/timelinejs';
the Symfony Asset-Mapper uses jsDelivr to get the correct files.
However jsDelivr can not get the correct files and throws an error.
Therefore we get The requested module '@knight-lab/timelinejs' does not provide an export named 'Timeline'.
I think solving the related issues should solve this situation too.