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
I want to use RTLSelector in order to type the shared selectors and need RTLSelector exported for that. Can this be done or maybe there is another alternative approach for that?
The text was updated successfully, but these errors were encountered:
You don't have to explicitly type them, types are inferred. For example in const input = byRole('textbox') , input will be of type RTLSelector. Or do you have some other use case in mind?
I want to use RTLSelector in order to type the shared selectors and need RTLSelector exported for that. Can this be done or maybe there is another alternative approach for that?
The text was updated successfully, but these errors were encountered: