pauldijou / redux-act

An opinionated lib to create actions and reducers for Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startsWith not supported at Android 4.4 and old IE

stels-cs opened this issue · comments

if (action.type.startsWith('@@redux/')) { return state; }

Can you rewrite this place without startsWith?