Danilo Britto

Results 47 comments of Danilo Britto
trafficstars

@sewera what about the structure or the topics? do you have a topic in mind that you would like to see BTW, I don't like intellij-idea but thanks for the...

@sewera btw, I found this tool that use languagetool -> https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex&ssr=false#review-details

> I figured you wanted feedback on the structure, not a review, because there are a lot of placeholders there. > > I think the structure is fine, the _reference_...

@charkour @dai-shi @sewera would you mind reviewing the docs under `reference` and tell me your thoughts?

@dai-shi lmk what you think about reference section and documentation, still working on usage and troubleshooting section but apart from that everything else should be done on reference section

@dai-shi thanks, working on that

> Also resolve conflicts please so that we can run CI. Sure

@dai-shi would you mind review the latest changes?

@donutcube could you send a PR to master to update any ref of ` onRehydrateStorage: (state) => { ` to ` onRehydrateStorage: () => (state) => { `. BTW, this...

@donutcube my bad should be `onRehydrateStorage: () => (state) => {` to `onRehydrateStorage: (state) => {` you can find it here: https://github.com/pmndrs/zustand/blob/main/src/middleware/persist.ts#L117