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
i expect no error when i copy/paste the code from the examples
Actual results (or Errors)
I got a typescript error on the example for Modal:
<Modalopen={state}onClose={closeHandler}><Modal.Title>Modal</Modal.Title><Modal.Subtitle>This is a modal</Modal.Subtitle><Modal.Content><p>Some content contained within the modal.</p></Modal.Content><Modal.ActionpassiveonClick={()=>setState(false)}>Cancel</Modal.Action><Modal.Action>Submit</Modal.Action></Modal>
the error i get in vscode and the browser:
I'm not sure why but Mocal.Action seems to not have the proper Props passed in the types.
The text was updated successfully, but these errors were encountered:
Bug report 🐞
Version & Environment
zeit-ui/react
: ^1.8.0-canary.7Expection
i expect no error when i copy/paste the code from the examples
Actual results (or Errors)
I got a typescript error on the example for Modal:
the error i get in vscode and the browser:
I'm not sure why but
Mocal.Action
seems to not have the proper Props passed in the types.The text was updated successfully, but these errors were encountered: