Closed MarcCoquand closed 5 years ago
Are you using Babel? This is probably related to Babel since it transpiles the matches so it doesn't work well with z
, if you want to use Babel (or any other transpiler) with z
is necessary to use the js default parameters at least, using babel stages presets will make it works!
closing due to lack of feedback
Hey so I'm testing out the possibility of using z with the reducer in redux with the following code:
and then in then in my main app (a counter) I have the following:
but when I click a button returns
no state REM
, in the stack trace I saw thatsubjectToMatch = "REM"
.