Open
Description
Link to the page where something isn't quite right
https://www.svelteui.org/core/timeline
Exact quote of what is wrong
<Timeline active={1} active={1} lineWidth={4} bulletSize={20}>
The value if active it's placed twice
Edit
The import of Center
is missing
import { Text, Timeline } from '@svelteuidev/core';
Are you willing to create pull request with the fix?
Yes