ywana-core8 0.0.165 → 0.0.166

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.umd.js CHANGED
@@ -4240,6 +4240,8 @@
4240
4240
 
4241
4241
  function renderActions() {
4242
4242
  return actions.map(function (element) {
4243
+ console.log("renderActions", element.props, pageContext);
4244
+
4243
4245
  var action = function action() {
4244
4246
  return element.props.action(pageContext);
4245
4247
  };