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
Hello, I'm trying to run the demo and I'm facing this issue.
TypeScript error in /Users/sespinosa/Documents/gustavo/headless-documentation-material-ui-react-codesandbox/node_modules/@coveo/headless/dist/definitions/features/advanced-search-queries/advanced-search-queries-actions.d.ts(15,119):
',' expected. TS1005
13 | * @param (advancedSearchQueries) The current state of the advanced search queries.
14 | */
> 15 | export declare const updateAdvancedSearchQueries: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[payload: AdvancedSearchQueryActionCreatorPayload], AdvancedSearchQueryActionCreatorPayload, "advancedSearchQueries/update", never, never>;
| ^
16 | /**
17 | * Registers the initial state of the advanced search queries.
18 | * @param (advancedSearchQueries) The initial state of the advanced search queries.
Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to run the demo and I'm facing this issue.
Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: