Skip to content

Commit 16c932d

Browse files
authored
Merge pull request #797 from rvsia/fixUseContextInWizardTemplate
Add missing useContext import to template/wizard
2 parents ea43ae1 + 25fb24e commit 16c932d

File tree

1 file changed

+1
-1
lines changed
  • templates/component-mapper/src/files

1 file changed

+1
-1
lines changed

templates/component-mapper/src/files/wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react';
1+
import React, { useContext } from 'react';
22
import WizardCommon from '@data-driven-forms/common/src/wizard/wizard';
33
import { FormSpy, WizardContext } from '@data-driven-forms/react-form-renderer';
44

0 commit comments

Comments
 (0)