jk-gan / redux-flipper

Redux middleware for React Native for Flipper
MIT License
160 stars 21 forks source link

Fix actionBlackList undefine error #25

Closed plwai closed 4 years ago

plwai commented 4 years ago

Bug

actionBlackList will be undefine if any Configuration is pass into the middleware without defining it.

Issue

24