@chamn/render 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3499,7 +3499,13 @@ function Nh(t, e) {
3499
3499
  return ut(t.link, e);
3500
3500
  }
3501
3501
  const ut = (t, e) => function(...r) {
3502
- return ct(t) ? bt(t.value, e.context) : ra(t) ? he({
3502
+ return ct(t) ? bt(t.value, {
3503
+ ...e.context,
3504
+ nodeContext: e.context,
3505
+ storeManager: e.storeManager,
3506
+ $$response: e.$$response,
3507
+ actionVariableSpace: e.actionVariableSpace
3508
+ }) : ra(t) ? he({
3503
3509
  funcName: t.name || "",
3504
3510
  funcBody: t.value,
3505
3511
  nodeContext: e.context,