Alexander Khoroshikh
Alexander Khoroshikh
@sergeysova yep, still reproducible for the latest versions https://codesandbox.io/s/forest-variant-scope-bug-peche?file=/src/index.js
Thanks! This clears things up a lot
I thought a little more about this idea - and now I think the original proposal for the `prepend` operator (which behavior was based on `sample`) was better The `attach`...
> This behavior, to be honest, seems a bit odd to me. When do we need to throw from mapParams? And why is this different to fn (I understand how...
Looks like this version of api can be problematic in the way it affects code 🤔 Since it allows to nest operator calls, it can lead to kind of "callback...
I don't get it - how this rule may work? 🤔 Cut maximum level of nesting at some number?
@sergeysova done ✅
Looks like mapped/derived units must be readonly by default? 🤔 Along with runtime validation and changes
I would suggest to do the same for stores too - this way we could allow users do not setup babel-plugin for tests 🤔
I think, it can be different mode depending on provided `values`: - `Record` -> sid-based store values restoration for SSR and similar cases with more than one environment - `Map`...