Aleksandra
Aleksandra
Closes: https://github.com/blitz-js/blitz/issues/3697 ### What was done - Added an example with getServerSideProps and redirect to one of the sample apps - Added new types: BlitzGSSPResult and BlitzGSPResult. They are Blitz...
- [ ] auth (in progress, @ganeshmani) - [ ] no-prisma - [ ] plain-js - [ ] static - [ ] store
The current output: - [ ] We shouldn't suggest upgrading to latest if someone is using stable - [ ] The current version is missing - [ ] Consider printing...
Add `deepEqual` utility to stdlib and use it for `initialValuesEqual` in `react-final-form` template
### What do you want and why? If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g....
### Discussed in https://github.com/blitz-js/blitz/discussions/3362 Originally posted by **lhocke** May 15, 2022 I'm definitely liking what I've seen of Blitz so far, but I'd love to see something similar to `rails...
Currently we have a changeset bot which tells us whether changeset was detected or not, but it doesn't stops us from merging a PR without a changeset. That could be...
Currently if props don't match, the error is displayed on the handler definition level. We should make the error to be on the return statement level: