Uncaught Error: Cannot require "svelte/transition" at runtime

So im trying to import some transitions to my current addon import { fade } from 'svelte/transition';, but everytime the addon loads, it shows this message: Uncaught Error: Cannot require "svelte/transition" at runtime.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.