Skip to content

TypeScript error: ',' expected. TS1005 #41

@llermaly

Description

@llermaly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions