Aleksei Rudenko
Aleksei Rudenko
I confirm the reports from @nref-dan and @Mannydheer The error occurs for the last method listed in the controller. Would be great to see some updates on this problem
Have the same issue on iOS 18.1 🙁
@youjia727 Seems that you didn't pass `nodeRef` prop, referencing DOM element needs to transition. Check it out on the documentation –[nodeRef](https://reactcommunity.org/react-transition-group/transition#Transition-prop-nodeRef)
Here is how I managed the same problem on my project: 1. used `.withTypeProvider` for the Fastify instance 2. added schema validator and serializer provided by `the fastify-type-provider-zod` 3. set...