Hendrik Volschenk

Results 3 comments of Hendrik Volschenk

Not sure if this is bundled together with ``, just adding a note in here about ``: https://reactjs.org/docs/strict-mode.html

@liamcmitchell-sc Thanks! What a champion. I didn't try that. It's [not documented](https://github.com/material-components/material-components-web-react/tree/master/packages/list#listitem) and it also isn't in the [list of props](https://github.com/material-components/material-components-web-react/blob/master/packages/list/ListItem.tsx#L36) so I completely missed that. I think I should...

For the meantime I ended up with these two methods to keep my absolute paths (sort of): ```ts export const urlLayout = (url: string): string => `${url}/*`; export const urlRelative...