Skip to content

Commit a289531

Browse files
fix(Wizard): add useEffect import
1 parent 6f2385b commit a289531

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/react-core/src

packages/react-core/src/components/Wizard/examples/Wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ propComponents:
2020
]
2121
---
2222

23-
import { createContext, useCallback, useContext, useRef, useState } from 'react';
23+
import { createContext, useCallback, useContext, useEffect, useRef, useState } from 'react';
2424
import {
2525
FormGroup,
2626
TextInput,

packages/react-core/src/deprecated/components/Wizard/examples/Wizard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { Wizard as WizardDeprecated, WizardFooter as WizardFooterDeprecated, Wiz
1616
import RhMicronsExternalLinkIcon from '@patternfly/react-icons/dist/esm/icons/rh-microns-external-link-icon';
1717
import SlackHashIcon from '@patternfly/react-icons/dist/esm/icons/slack-hash-icon';
1818
import CogsIcon from '@patternfly/react-icons/dist/esm/icons/cogs-icon';
19+
import layout from '@patternfly/react-styles/css/layouts/Bullseye/bullseye';
1920

2021
If you seek a wizard solution that allows for more composition, see the [React](/components/wizard) tab.
2122

0 commit comments

Comments
 (0)