geraldodev
geraldodev
You can see on the responsive drawer example that the theme is passed via withStyles. We have no withStyles at the moment and the theme property is required. https://github.com/mui-org/material-ui/blob/v1-beta/docs/src/pages/demos/drawers/ResponsiveDrawer.js#L133 I'm...
I have discovered that when my onchange handler on an input elementet that uses prn to debug, was fired many times. That will raise an exception ``` java.lang.RuntimeException: Agent is...
### Describe the bug The UMD file https://unpkg.com/browse/@tanstack/[email protected]/build/umd/index.development.js returns null for devtools. I'm my case I'm consuming via shadow-cljs , the clojurescript compiler, According to @tkdodo it also can affect...
Resources, ResourcesMaybe and Files not documented
Hi, Flex and Grid sections have id but are not indexed on the fixed left menu. Regards, Geraldo
css property is not being pulled of props as size, so the component may be receiveing css property value, and its applying throgh spread, and after literally manually computing the...
Hi, Typography could be in components folder as components. Regards, Geraldo
Hi, Yesterday, I was investigating the TanStack table and discovered that it has a pinning API feature. You can find more information about it here: https://tanstack.com/table/v8/docs/api/features/column-pinning Additionally, there is an...
I have a file without charts and was getting NPE. To remedy I've changed charts.clj anchors-by-id. I tried to guard with 2 some and one when attr. I definitely don't...
Hi, Thank you for this project. I'm using your code to start a project and have noticed that you are calling `start-watch!` during the `:configure` stage. I'm using Ubuntu 20.04...