Skip to content

Commit 815673b

Browse files
committed
update migration guide
1 parent 1af259a commit 815673b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/migration-guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ With mostly just new features, V3 also makes a few breaking changes. See the fol
77
If you've used any of the following props simply rename to the new ones.
88

99
1. `styleOuter` becomes `style`.
10-
2. `tagOuter` becomes `tag`.
11-
3. `x` becomes `translateX`.
12-
4. `y` becomes `translateY`.
10+
2. `styleInner` becomes `innerStyle`.
11+
3. `tagOuter` becomes `tag`.
12+
4. `tagInner` becomes `innerTag`.
13+
5. `x` becomes `translateX`.
14+
6. `y` becomes `translateY`.
1315

1416
### Using the context hook.
1517

0 commit comments

Comments
 (0)