@ukhomeoffice/cop-react-form-renderer 3.26.0 → 3.26.1

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.
@@ -232,7 +232,8 @@ var getChildJsx = function getChildJsx(parent, child) {
232
232
  component: child,
233
233
  value: child.value,
234
234
  onChange: parent.onChange,
235
- key: child.key
235
+ key: child.key,
236
+ formData: parent.formData
236
237
  });
237
238
  };
238
239
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukhomeoffice/cop-react-form-renderer",
3
- "version": "3.26.0",
3
+ "version": "3.26.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",