@react-spring/animated
Advanced tools
Comparing version 9.0.0-canary.808.11.4be2ac3 to 9.0.0-canary.808.12.11b2708
@@ -39,2 +39,3 @@ 'use strict'; | ||
function Animated() { | ||
// This makes "isAnimated" return true. | ||
setAnimated(this, this); | ||
@@ -41,0 +42,0 @@ } |
@@ -20,2 +20,3 @@ import { defineHidden, each, getFluidConfig, Globals, is, createInterpolator, isAnimatedString, useForceUpdate } from '@react-spring/shared'; | ||
constructor() { | ||
// This makes "isAnimated" return true. | ||
setAnimated(this, this); | ||
@@ -22,0 +23,0 @@ } |
{ | ||
"name": "@react-spring/animated", | ||
"version": "9.0.0-canary.808.11.4be2ac3", | ||
"version": "9.0.0-canary.808.12.11b2708", | ||
"description": "Animated component props for React", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"@babel/runtime": "^7.3.1", | ||
"@react-spring/shared": "9.0.0-canary.808.11.4be2ac3", | ||
"@react-spring/shared": "9.0.0-canary.808.12.11b2708", | ||
"react-layout-effect": "^1.0.1" | ||
@@ -34,0 +34,0 @@ }, |
@@ -26,2 +26,3 @@ import { FluidValue, defineHidden } from '@react-spring/shared' | ||
constructor() { | ||
// This makes "isAnimated" return true. | ||
setAnimated(this, this) | ||
@@ -28,0 +29,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
61598
1246
+ Added@react-spring/shared@9.0.0-canary.808.12.11b2708(transitive)
- Removed@react-spring/shared@9.0.0-canary.808.11.4be2ac3(transitive)