Adam Slaker
Adam Slaker
Hi @emyann Fantastic library you have here. I am using it to keep an internal business object that we have defined, in sync with a flattened out UI object that...
@emyann below is a snippet that shows how I am using it with useEffect (with some pseudo-ish code). This way the currentBusinessObject is always in a ready-to-post state whenever the...
@emyann I think that a react-morphism package might have some merit. Especially if it can expose some sort of watch function or event. I'd have to think on that a...
Biiiiig ++ on this. We need fallback support as we are incrementally adopting NextJS. This will likely cause us to drop Amplify all together and go with another solution.
@hloriana any chance this will be supported soon? Or if it is easy to get myself onboarded, I would love to try and help out with a PR if possible.
> To anyone reading, I just found a workaround. The scroll removal is implemented in the `Overlay` component. > > https://github.com/radix-ui/primitives/blob/6da75e0dbb2d1aebd2dae5a044c595bca39a2347/packages/react/dialog/src/Dialog.tsx#L201-L219 > > So replacing the `Dialog.Overlay` with a `div`...
I'm seeing the same issue in my setup.
Popped in here to see if anyone was working on Docker support, and here it is! Can't wait. Let me know if you are looking for an outside set of...