We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a112547 commit 8142a3fCopy full SHA for 8142a3f
1 file changed
README.md
@@ -76,18 +76,6 @@ return (
76
77
6. Start the dev server to generate `uniwind-types.d.ts`. Make sure that it's included in your `tsconfig.json`'s `include` array.
78
79
-## Uniwind Pro
80
-
81
-If you're using the pro version of Uniwind, use `withUniwindPro()` instead of `withUniwind()`.
82
83
-```ts
84
-// next.config.ts
85
-import { withUniwindPro } from 'uniwind-plugin-next'
86
87
-export default withUniwindPro(withExpo(nextConfig), { ... });
88
-```
89
90
91
## SSR Considerations
92
- This plugin marks all Uniwind web components with `'use client'` automatically, so you do not need to do this manually.
93
0 commit comments