You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current types do the overloading of Fastify default types, this creates the problem that we found the plugin types also in data type not reached from the plugin.
I've looked into this lately, and I agree with you, the downside of this approach is that we have to use the generics in every point we need it 🤔 , that could be cumbersome in my opinion.
The current types do the overloading of Fastify default types, this creates the problem that we found the plugin types also in data type not reached from the plugin.
For this reason, we can evaluate the migration to generics typing, in this way, it is the user's responsibility to type his data.
The text was updated successfully, but these errors were encountered: