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
I noticed that the editor complained about the type not being correct for passing an array of types.
According to documentation it is:
required string, regex, Symbol, array of str/regex/Symbol, use '*' for all
I noticed that the editor complained about the type not being correct for passing an array of types.
According to documentation it is:
required string, regex, Symbol, array of str/regex/Symbol, use '*' for all
Adding Array in logic.d.ts, this corrects it.
Using Windows 10, Node 12.20, redux 4.0.5, redux-logic 3.0.2, rxjs 6.6.3
Thank you for the awesome library btw!
The text was updated successfully, but these errors were encountered: