Piyush Aggarwal

Results 28 comments of Piyush Aggarwal

@dinogit Try using `min-w-[var(--radix-popover-trigger-width)]` for the `PopoverContent` to keep its width same as that of trigger.

Steps I use to run the project. - Switch to node version 16. Precisely 16.19.0 works for me. - Run command `yarn` at the root of the repo to install...

Thank you for pointing this out!

@yaminagile https://github.com/fullcalendar/fullcalendar/issues/6776#issuecomment-2220048498 I implemented a custom one. ```ts moreLinkClick={(args) => setMoreLinkPopoverArgs(args)} moreLinkContent={(args) => ( )} ```

> Thanks @ThePiyushAggarwal for this great suggestion, by some tweaks in logic I can implement my custom popup for moreLinkContent > I am really glad I could help. I finished...

What can be the solution for this issue?