#### Describe the bug When using with @types/react": "^18.0.15 a typescript warning is produced. This is easily resolved by adding to the Props definition. children: React.ReactNode; // ποΈ added type for children