Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 6aa7c73

Browse files
authored
Remove deprecated link
1 parent d5973a0 commit 6aa7c73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

NEXT.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,9 @@ export default ({ children }) => <Provider store={store}>{children}</Provider>;
106106

107107
> A decorator file only applies to fixture files that are contained in the decorator file's directory. Multiple decorator files can be composed, in the order of their position in the file system hierarchy (from outer to inner).
108108
109-
Here's a [basic Redux decorator example](https://github.com/skidding/flatris/blob/b87634a69feb9baf8347e90cdf034704e457e88c/web/components/FlatrisGame/cosmos.decorator.js#L24-L30).
110-
111109
### Redux state mock
112110

113-
Check out [react-cosmos-redux](https://github.com/skidding/react-cosmos-redux) if you'd like to see what a Cosmos Next decorator looks like. It works with the latest `react-redux` version and it's written with _hooks_ 💃.
111+
Check out [react-cosmos-redux](https://github.com/skidding/react-cosmos-redux) to see what a Cosmos Next decorator looks like. It works with the latest `react-redux` version and it's written in _hooks_ 💃.
114112

115113
## UI plugins
116114

0 commit comments

Comments
 (0)