Marcin Rudowski

Results 7 comments of Marcin Rudowski

I only want to tell that I so impressed. The authors of this library have done so many things in the nice/right way. Thank you.

after reading this discussion at https://github.com/tannerlinsley/react-query/issues/1858 and here https://github.com/tannerlinsley/react-query/issues/1905 I have to say it's not so simple... and maybe not quite in the right direction after `react-hook-form` which return "stable"...

Yes, of course, but after using `react-hook-form` I started to question myself - what is right approach for it in react/hook world. Because solution itself is rather easy, like here...

not fully tested yet but this should help as quick solution: ``` .ag-body-horizontal-scroll-viewport[style*="height: 0"] { display: none; } ```

i think this approach is very handy - just a anchorPoint to work with [onShapeContextMenu](https://szhsin.github.io/react-menu#context-menu)

the same when building with [Vite](https://vitejs.dev/) ``` Uncaught TypeError: Nr.props.model._setChangeListener is not a function ``` from js map: ``` // Layout.js:227:27 _this.props.model._setChangeListener(_this.onModelChange); ``` ### UPDATE my fault, when trying to...

> @mrudowski did you manage to make react-hook-form work with modals in react-nice-modal? I use it all the time without any problems. I was only wondering about returning object from...