@react-typed-forms/schemas 15.1.1 → 15.1.2
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/lib/index.cjs +0 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/controlRender.tsx +0 -1
package/lib/index.cjs
CHANGED
|
@@ -2617,7 +2617,6 @@ function useControlRendererComponent(controlOrFormNode, renderer, options, paren
|
|
|
2617
2617
|
renderOptions = _objectWithoutPropertiesLoose(_ref4, _excluded2);
|
|
2618
2618
|
var dContext = (_ref5 = parentDataNode != null ? parentDataNode : dataContext.dataNode) != null ? _ref5 : dataContext.parentNode;
|
|
2619
2619
|
var allChildOptions = _extends({}, childOptions, overrideClasses, renderOptions);
|
|
2620
|
-
console.log(allChildOptions, overrideClasses);
|
|
2621
2620
|
return /*#__PURE__*/jsxRuntime.jsx(NewControlRenderer, {
|
|
2622
2621
|
definition: child,
|
|
2623
2622
|
renderer: renderer,
|