It turns out this has nothing to do with snowpack.
Instead, the "Not implemented: Animation" error arises when you try to add an "animate:flip" or "transition:slide" (for example) on a component (e.g. <MySpecialButton />
). The animate:
and transition:
attributes can only go on DOM elements like <div />
, etc.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…