Herc
Herc
Github is a lot faster, it has better support for automatic versioning, and it's a lot easier to view and edit the `.json` file if needed.
Adding the asyncData property and using typescript without classes and decorators, throws this typing error: ``` Object literal may only specify known properties, and 'asyncData' does not exist in type...
### Provide a general summary of the issue here Having a `Suspense` in the TableBody throws an error while SSR ```tsx ... }> ``` ### 🤔 Expected Behavior? The TableBody...