gregg-cbs

Results 63 comments of gregg-cbs

I do use nordpass but i dont have the browser extension installed. Only the desktop app. Go to my site: https://bigtickets.co.za/ Click on the event "Summerdaze" and then go back...

I will need to try solved the issue and see where it is coming from. When I do that I will post here.

We narrowed it down to this code: ```js const urlParams = new URL(location.href); urlParams.searchParams.delete('payment'); history.replaceState({}, document.title, urlParams.href); //

Same issue here, every time we close the browser and spawn a new one using puppeteer api it spawns a new chrome_crashpad_handler. Explains why our memory is creeping: ![image](https://github.com/puppeteer/puppeteer/assets/57114335/94ed8a04-1134-4fae-a1e1-383e3f8c260a)

I got over flighting with StackBlitz and trying to open a PR. In the Select we need to change the sizes to this to solve the problem. I have tested...

With Inputs it also seems that "size=sm" has font-size 16px on mobile but "size=md" has font-size 14px... which doesnt make sense if you think about it.

Honestly our support team is so sick of this issue - not to do with this package but the whatsapp api. The webhooks dont return why the message was sent...

Ahh man, i really wanted to use this and noticed the same thing.

@dzcpy - [react-zoom-pan-pinch](https://github.com/prc5/react-zoom-pan-pinch)

This has been a help! Just a note going back a version caused errors in my code which I had to fix, nothing too major. I uninstalled date-fns and date-fns-tz:...