Semantic-UI-CSS icon indicating copy to clipboard operation
Semantic-UI-CSS copied to clipboard

Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization

Open arbazkhalid1122 opened this issue 1 year ago • 0 comments

if i am use StepGroup than got this error

import { Step, StepGroup } from 'semantic-ui-react';

const MainPage = () => ( <StepGroup> <Step> <Step.Content> <Step.Title>Test</Step.Title> </Step.Content> </Step> </StepGroup> );

export default MainPage;

arbazkhalid1122 avatar Jul 24 '24 10:07 arbazkhalid1122