solid-site icon indicating copy to clipboard operation
solid-site copied to clipboard

Cssanimations site section is returning Type error.

Open ederhmaia opened this issue 3 years ago • 1 comments

Link: CssAnimations Line: import { Transition, TransitionGroup } from "solid-transition-group";

Cannot find module 'solid-transition-group' or its corresponding type declarations.

ederhmaia avatar Jun 15 '22 21:06 ederhmaia

Solid Playground only fetches js code, not ts definitions. Probably worth moving this to the playground repo: https://github.com/solidjs/solid-playground

thetarnav avatar Mar 17 '23 18:03 thetarnav