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
Describe the bug
See one TS2339 errors when hook up nodejs to dashboards (related issue here ). Details are:
mocks.test.ts
src/core/server/opensearch/client/mocks.test.ts:57:25 - error TS2339: Property 'asyncSearch' does not exist on type 'DeeplyMockedKeys<Client>'. 57 expectMocked(client.asyncSearch.get);
To Reproduce
Hook up nodejs client to dashboards using node-14. I have a hooked up branch here. Then after removind node-modules, run yarn osd bootstrap.
Expected behavior
Fix the error.
The text was updated successfully, but these errors were encountered:
Fixesopensearch-project#1096
BREAKING CHANGE: `description` prop in `<Settings/>` is renamed to `ariaDescription`
Co-authored-by: Marco Vettorello <[email protected]>
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
Describe the bug
See one TS2339 errors when hook up nodejs to dashboards (related issue here ). Details are:
To Reproduce
Hook up nodejs client to dashboards using node-14. I have a hooked up branch here. Then after removind
node-modules
, runyarn osd bootstrap
.Expected behavior
Fix the error.
The text was updated successfully, but these errors were encountered: