Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript error: ',' expected. TS1005 #41

Open
llermaly opened this issue Aug 27, 2021 · 1 comment
Open

TypeScript error: ',' expected. TS1005 #41

llermaly opened this issue Aug 27, 2021 · 1 comment

Comments

@llermaly
Copy link

llermaly commented Aug 27, 2021

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.

@brunowald
Copy link

Same here, any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants