Jeremy Holcomb
Jeremy Holcomb
Thank you @dai-shi for the work you've put into zustand lately. I haven't had the motivation to contribute because I changed jobs and unfortunately stopped using zustand. I believe project...
I think the `onClose` callback can be called before the `onChange` callback so `value` won't be updated when `onClose` is called. We should probably use [`getDerivedStateFromProps`](https://reactjs.org/docs/react-component.html#static-getderivedstatefromprops) to sync `state.value` with...
Hi @gary-mycase, thanks for raising this issue. We were aware individual files were being imported but thought it was rare and not an intended feature. Still, it was a breaking...
This is a major breaking change. There are many usages of these props and removing them will require many changes in apm_bundle: https://cs.github.com/?scopeName=All+repos&scope=&q=repo%3Aappfolio%2Fapm_bundle+%3CFeedBackButton If you are willing to fix all...
I don't know how you're tracking updates but for [storybook-addon-code-editor](https://github.com/JeremyRH/storybook-addon-code-editor), I had Copilot create a PR for the migration. It didn't do a great job so I did it myself...