We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
extend
TS and JS Grammar Extension version: 0.0.47 / latest
❯ code-insiders -v 1.30.0-insider 85f805acf9436381b878cab5ab6c5146beec7893 x64
Code
export type bindActionsToPayloadReturns = <A, M extends ActionCreatorsMapObject<A>>( actionCreators: M, dispatch: Dispatch ) => ActionsWithPromises<M>; export const bindActions = bindActionCreators as bindActionsToPayloadReturns;
The token definitely has to be keyword.control.export.ts. The following code is okay
keyword.control.export.ts
export type bindActionsToPayloadReturns = <A, M>( actionCreators: M, dispatch: Dispatch ) => ActionsWithPromises<M>; export const bindActions = bindActionCreators as bindActionsToPayloadReturns;
The text was updated successfully, but these errors were encountered:
5d44152
No branches or pull requests
TS and JS Grammar Extension version: 0.0.47 / latest
Code
The token definitely has to be
keyword.control.export.ts
. The following code is okayThe text was updated successfully, but these errors were encountered: