Skip to content

Commit 684fd12

Browse files
bnjmfreiksenet
authored andcommitted
fix(docs): Wrong import in TransitionState example (#14663)
1 parent 313eb6b commit 684fd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/adding-page-transitions-with-plugin-transition-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you want to access these props in one of your components instead of a page/te
113113
Here's an example using `TransitionState` and `react-pose` to trigger enter/exit transitions for a `Box` component.
114114
115115
```javascript
116-
import { TransitionLink } from "gatsby-plugin-transition-link"
116+
import { TransitionState } from "gatsby-plugin-transition-link"
117117

118118
const Box = posed.div({
119119
hidden: { opacity: 0 },

0 commit comments

Comments
 (0)