Manuel Donini

Results 13 comments of Manuel Donini

Hi, if you are still having the issue I can help because I had the same problem. IMHO This depends on the Laravel configuration. If don't have a Redis prefix...

@beqramo I didn't understand what you did, can you explain?

Thanks @beqramo, but I ended up using `react-hook-recaptcha`. See this: https://github.com/react-hook-form/react-hook-form/issues/1001#issuecomment-814974308.

I had a strange issue when rendering a SweetAlert component inside a [datatable](https://github.com/jbetancur/react-data-table-component) cell (on a button click). The alert is shown inside the table body and not in foreground....

Hello @DavidePastore, I would like to make partial checks as well, can I send a PR making those methods (`calculateSurname`, `calculateName`, `calculateBirthDateAndGender`) at least protected so we can extend the...

My use case was this: I had an option that contained an oauth2 token. In my config I had something like this: ```php [ "ms-graph-api": [ "client_id": "", "client_secret": "",...

For me the solution using npm was: ```json "overrides": { "@radix-ui/react-dismissable-layer": "^1.0.5", "@radix-ui/react-focus-scope": "^1.0.4" } ```

Hello, I have the same problem. Have you solved it in some way? **Update**: I had this problem because the Popup was used like a tooltip (showing the popup and...

> > @vimtor I fixed it by wrapping my PopoverContent (which is being used by ComboBox) in its own FocusScope and DismissableLayer (suggested in this issue [radix-ui/primitives#922 (comment)](https://github.com/radix-ui/primitives/issues/922#issuecomment-948366132)). That fixed...

> I'm wondering if you ever found a fix for this as I'm looking for the same solution too? I can't fix this without making a PR that would introduce...