cca-io / rescript-mui

ReScript bindings for MUI
MIT License
255 stars 52 forks source link

Fix Breadcrumbs signature. #198

Closed mvaled closed 1 year ago

mvaled commented 1 year ago

Otherwise there's no easy way use it with JSX.

open Mui

@react.component
let make: () => 
    <Breadcrumbs><Link href="/">{React.string("Home")}</Link></Breadcrumbs>

Fails with

   This call is missing an argument of type Mui.Breadcrumbs.props
fhammerschmidt commented 1 year ago

Thanks!