Closed
Description
Describe the bug
According to the docs, all the queryAll
methods are guaranteed to return an array. However, the TS definition for queryAllByTestId
indicates that it can return null.
Expected behavior
TS definition says it returns an array.