Commit Graph

6 Commits

Author SHA1 Message Date
Ryan Gossiaux
993db81cfa Fix TransitionChild to preserve class while transitioning
This fixes an issue where the example component-examples/dropdown did not render the leave transition
2021-12-17 16:52:10 -08:00
Ryan Gossiaux
da6d2c3be6 Fix more TS errors in strict mode 2021-12-15 14:49:19 -08:00
Ryan Gossiaux
f1edb17609 Fix transitioning away
Fixes #17

The root problem here, which took me ages to find, was that `state` should not be reactive. It should only be set once the child has finished, via the nesting context.
2021-12-14 22:56:55 -08:00
Ryan Gossiaux
9d7f56cdcd Minor tweaks to default values 2021-12-14 12:04:23 -08:00
Ryan Gossiaux
82b138f0ae Run prettier over everything and fix some imports 2021-12-13 18:22:16 -08:00
Ryan Gossiaux
db9ec57065 Initial commit with files
Still need to fix the imports
2021-12-13 17:13:47 -08:00