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
it is probably a matter of finding a decent name for the destructured source.props. we tried already and failed, that is why we ended up with the solution of not destructuring it. which then causes type inference to malfunction.
changing it to be a typescript file would also be a solution, but i would need to check how many issues that brings with it, due to other things not being typed yet
it is probably a matter of finding a decent name for the destructured
source.props
. we tried already and failed, that is why we ended up with the solution of not destructuring it. which then causes type inference to malfunction.changing it to be a typescript file would also be a solution, but i would need to check how many issues that brings with it, due to other things not being typed yet
Originally posted by @digorath in #398 (comment)
The text was updated successfully, but these errors were encountered: