diegomura / diegomura/react-pdf
Nested break does not cause page to wrap
- Dominant language
- TypeScript
- Stars
- 16.8k
- Forks
- 1.3k
- Avg merge
- 5h 6m
- Merged PRs (30d)
- 52
Description
**Describe the bug**
```
other page
```
i have only a page ( Not break and generate other page is one page )
**To Reproduce**
```
import { Page, Font, Image, Text, View, Document, StyleSheet } from '@react-pdf/renderer';
body:{
paddingTop: 100,
paddingBottomm: 100,
paddingLeft: 30,
paddingRight: 30,
fontSize: 10,
fontFamily: 'Open Sans'
},
other page
```
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [Windows]
- Browser [chrome]
"@react-pdf/renderer": "^1.6.11",
Contributor guide
Assessment
This issue has not been assessed yet.