question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.13.3: Generic type 'StoreEnhancer' requires 1 type argument(s)

See original GitHub issue

With 2.13.3, I’m getting this error during webpack:

ERROR in [at-loader] ./node_modules/redux-devtools-extension/index.d.ts:159:60 
    TS2314: Generic type 'StoreEnhancer' requires 1 type argument(s).

ERROR in [at-loader] ./node_modules/redux-devtools-extension/index.d.ts:161:61 
    TS2314: Generic type 'StoreEnhancer' requires 1 type argument(s).

With 2.13.2, this does not happen.

(Looks like 2.13.3 is not mentioned in releases, so not sure where that’s coming from…)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

1reaction
jhen0409commented, Jun 20, 2018

It should be fixed in #520, published as v2.13.4. Feel free to reopen the issue if it still not working.

0reactions
ZitaNemeckovacommented, Jun 21, 2018

Confirming that v2.13.5 is working 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Generic type requires 1 type argument(s), but only when ...
I wanted to extract this to its own type so I could reuse it in a different function, but it throws and error...
Read more >
How To Use Generics in TypeScript - DigitalOcean
TypeScript fully supports generics as a way to introduce type-safety into components that accept arguments and return values whose type will ...
Read more >
Documentation - Generics - TypeScript
Here we explicitly set Type to be string as one of the arguments to the function ... as “the generic function loggingIdentity takes...
Read more >
CLR Generic Types - Performance is a Feature!
A generic type definition is a class, interface, or value type definition with formal generic parameters. These generic parameters represent types. Each generic...
Read more >
generic type 'ɵɵcomponentdeclaration' requires ... - You.com
ts(27,100): error TS2314: Generic type 'ErrorCallback' requires 1 type argument(s). node_modules/@types/filesystem/index.d.ts(35,89) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found