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
When encountering this, I personally found my way searching around the OSS server before stumbling on a completely unrelated answer which happened to have the solution. If we add some more clarity to the documentation, it would be beneficial.
The text was updated successfully, but these errors were encountered:
yeah maybe it can be specified that the controls are inside props.controls.
However, if Im not missing something, InferProps infers the props argument, InferControls would infer the controls value, which is what you are trying to do there.
in any case, because the props are typed, typescript should autocomplete the keys inside, which you'd see that it has a controls key
According to the documentation:
This would lead someone to believe they could do something like this:
When in fact, they need to do this:
When encountering this, I personally found my way searching around the OSS server before stumbling on a completely unrelated answer which happened to have the solution. If we add some more clarity to the documentation, it would be beneficial.
The text was updated successfully, but these errors were encountered: