Skip to content

Commit

Permalink
readme typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed May 8, 2024
1 parent 33c148f commit 65c3728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-ui-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ReactDOM.render(

### Server Rendering

When server rendering an app that uses Easy UI and React <18, your app must wrapped with a singleton instance of React Aria's `SSRProvider`. If an app is using an additional version of React Aria, ensure there's only one version of `@react-aria/ssr` using NPM's `overrides` or Yarn's `resolutions` property.
When server rendering an app that uses Easy UI and React <18, your app must be wrapped with a single instance of React Aria's `SSRProvider`. If an app is using an additional version of React Aria, ensure there's only one version of `@react-aria/ssr` using NPM's `overrides` or Yarn's `resolutions` property.

## Development

Expand Down

0 comments on commit 65c3728

Please sign in to comment.