Skip to content

Commit c8f8642

Browse files
committed
docs: react 19 support
1 parent be96576 commit c8f8642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/compatibility.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ While we don't officially support Bun, we have received reports that it works we
1111

1212
### Compatibility with React
1313

14-
react-pdf is compatible with React 16 (16.8.0 or later), React 17, and React 18.
14+
`@react-pdf/renderer` is compatible with React 16 (16.8.0 or later), React 17, React 18 and React 19 (since v4.1.0)
1515

1616
### Compatibility with Next.js
1717

@@ -31,7 +31,7 @@ const nextConfig = {
3131
experimental: {
3232
//
3333
serverComponentsExternalPackages: ['@react-pdf/renderer'],
34-
}
34+
},
3535
};
3636
```
3737

0 commit comments

Comments
 (0)