Skip to content

Commit bf753f3

Browse files
committed
Patch: added dynamic import note to readme file
1 parent e96364f commit bf753f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ const App = () => {
145145
export default App;
146146
```
147147

148+
#### Note: If you're using the toolkit in a Next.js project, you probably will need to dynamically import the toolkit to avoid SSR issues.
149+
148150
## Contributing
149151

150152
Please read [CONTRIBUTING.md](https://github.com/mezh-hq/react-seat-toolkit/blob/main/CONTRIBUTING.md) for details on setting up your development environment and the process of submitting pull requests to us.

0 commit comments

Comments
 (0)