Gabriel Pedroza
Gabriel Pedroza
### Summary After I updated my MacBook (regular software update and xcode (never seen before but updated it as well)), my format stopped working as intended from my *settings.json*. Ex:...
Shouldn't you use promise.all in the ssr func inside the index.js so you can just get all the data at once instead of waiting for the previous one to finish?
Simple fix. Won't break anything Closes # ## ✅ Checklist - [x] I have followed every step in the [contributing guide](https://github.com/t3-oss/create-t3-app/blob/main/CONTRIBUTING.md) (updated 2022-10-06). - [x] The PR title follows the...
As title. I've tried looking around if this already existed but couldn't find anything. I'm sure there are a good amount of utils and core functionalities of rocks that don't...
We don't want to create a useless copy if we aren't modifying the params in any way. Passing the params by const reference will ensure this.