fix: externalize CSSProperties
types
#316
Annotations
2 errors
tests/components.spec.ts > `<Motion>` component > #202 - preserve variant style on rerender:
tests/components.spec.ts#L204
AssertionError: expected 'scale(1) translateZ(0px)' to deeply equal 'scale(2) translateZ(0px)'
- Expected
+ Received
- scale(2) translateZ(0px)
+ scale(1) translateZ(0px)
❯ tests/components.spec.ts:204:32
|
test (ubuntu-latest, 20)
Process completed with exit code 1.
|