Skip to content

Commit

Permalink
Merge pull request #26 from JJCLane/patch-1
Browse files Browse the repository at this point in the history
Fix Server-side friendly UID example
  • Loading branch information
theKashey authored Dec 1, 2019
2 parents d9bd8cb + aa4b73d commit 4228732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Next example will generate the same code, regardless how many time you will rend
data.map( item => <li key={uid(item)}>{item}</li>)
</Fragment>
)}
</SmartUID>
</UIDConsumer>
</UIDReset>
```
Expand Down

0 comments on commit 4228732

Please sign in to comment.