Bethany Maloney
Bethany Maloney
This worked for me. Could this be added to the getting started guide?
DeepSource is failing due to a code smell in an area of code I haven't modified. Not sure if I should be fixing the issue or if we can ignore...
My understanding is that polyfill will make the nullable attributes available but don't add them to the base library. Eg in .net 8 `string.IsNullOrEmpty` will mark a string as being...
Ahhh thanks! I'll have a look there On Mon, 22 Apr 2024, 3:38 am Frédéric Delaporte, ***@***.***> wrote: > The NHibernate reference documentation is generated by DocBook > . nhibernate.github.io...
Hi @fredericDelaporte, Sorry that's my fault for not explaining the rationale for adding [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) to this project. Dev Containers are a way of using containers to setup a development...
[mui-expanding-grid.zip](https://github.com/user-attachments/files/15980274/mui-expanding-grid.zip) @michelengelen I've attached a vite project that demonstrates the issue in a prod build (for me at least). ```sh npm i npm run build npm run preview ``` Note...
What we're trying to do is add a border to the table but not the GridToolbar EG  We're doing something similar to the below at the moment ```tsx const...
Thanks! I'll try that and let you know how I go.
I ended up using `outline` instead which doesn't affect the layout and that resolved the problem. Thanks for all your help! If I could make a suggestion. Consider updating the...
I can't import the `DatePickerElement`. Not sure if I'm doing something wrong?  Attached an example project using `npm create vite@latest` to create a default React project. [test-mui-hook.zip](https://github.com/dohomi/react-hook-form-mui/files/14901258/test-mui-hook.zip)