szatpig

Results 3 issues of szatpig

### Versions | package | version | | -------------- | ------- | "node": "16.15.0" "react": "^18.2.0", "rsuite-table": "^5.6.1", ### What is the expected behavior? ### What is the current behavior?...

## Use case rowHeight?: Maybe number | string)> i want to set one rows's gridTemplateRows is 'max-content' or 'auto'

Feature Request

![image](https://github.com/vite-pwa/vite-plugin-pwa/assets/8121384/c287f87f-a8b0-40f7-8fe9-8c08cfc85471) ![image](https://github.com/vite-pwa/vite-plugin-pwa/assets/8121384/f587b02b-d0c7-4109-a702-e8ec2f56d0cd) ```ts VitePWA({ registerType: process.env.VITE_PWA_REGISTERTYPE === 'autoUpdate' ? 'autoUpdate' : 'prompt', //process.env.VITE_PWA_REGISTERTYPE !== 'autoUpdate' ? 'autoUpdate' : 'prompt', workbox: { globPatterns: ['**/*.{js,css,html,ico,png,svg}'], }, }), ``` Usage: ```ts import {...