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
As examining the code, it appears that the datasource accesses the [Symbol.asyncIterator] property, meaning that the shape of datasource is not AsyncIterable (which would just have the next function directly inside the datasource object)
The text was updated successfully, but these errors were encountered:
opensearch-js/lib/Helpers.d.ts
Line 119 in 70ab905
should be
As examining the code, it appears that the datasource accesses the
[Symbol.asyncIterator]
property, meaning that the shape of datasource is not AsyncIterable (which would just have thenext
function directly inside the datasource object)The text was updated successfully, but these errors were encountered: