@arquimedes.co/eureka-forms 2.0.9-test → 2.0.10-test

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.
@@ -30,7 +30,7 @@ function CustomStepComponent(_a) {
30
30
  var customStep = _a.customStep, props = __rest(_a, ["customStep"]);
31
31
  var form = useContext(FormContext);
32
32
  var global = useAppSelector(function (state) { return state.global; });
33
- var customStepProps = useContext(CustomStepPropsContext);
33
+ var customStepProps = useContext(CustomStepPropsContext).customStepProps;
34
34
  var dependencyStore = useAppSelector(function (state) { return state.site.dependencies; });
35
35
  var widthStats = useAppSelector(function (state) { return state.widthStats; });
36
36
  var dependencyInfo = useStepDependency(props.step);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version":"2.0.9-test",
4
+ "version":"2.0.10-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",