pauldijou / redux-act

An opinionated lib to create actions and reducers for Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript cannot find the exported member 'loggers'

ZachStoltz opened this issue · comments

The following code fails for me from the typescript compiler.

  import {loggers} from 'redux-act';

the error is: Module 'test/node_modules/redux-act/types' has no exported member "loggers"'

Could you add it to the types definition in a PR? I'm not doing any TS so I've been relying on users to improve this file when needed with the correct syntax.

@pauldijou sure can. I will make sure to create a PR after work today!