You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{storiesOf}from"@storybook/react"importHBButton,{ButtonStyles,ButtonSizes}from"./HBButton"storiesOf("HBButton",module).addParameters({info: "Any info about the HBButton",})// Error on next line, cos string is not callable.addWithJSX("Primary (default)",()=>(<HBButtontext="Primary"buttonStyle={ButtonStyles.PRIMARY}/>))
Expected behavior
No errors
Screenshots and/or logs
Environment
OS: MacOSX BigSur
Node.js version: 16.1.0
NPM version: 7
Browser (if applicable): not applicable
Browser version (if applicable): not applicable
Device (if applicable): not applicable
Typescript version: 4.3.2
Additional context
Typescript version: 4.3.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Typescript error
Steps to reproduce the behavior
Expected behavior
No errors
Screenshots and/or logs
Environment
Additional context
Typescript version: 4.3.2
The text was updated successfully, but these errors were encountered: