Claudio Wunder
Claudio Wunder
This issue doesnt make any sense to me. React Effects are only ever executed on the client-side; There shouldn't be any window check within a useEffect statement. Could you please...
> @ra2u18 i'm not very sure about the second point but on the first point the notificationProvider component is only being used within parent components that have the react 'use...
Look, your points on the opening issue aren't really applicable here as: - Using notification?.duration as a dependency still has a coerce null check, which, will result in the effect...
I understand you had, I assume, good intents when opening this issue. As mentioned before, the technicality behind it, is in general sound, but just not applicable here. I would...
Quick stupid question, but are really making a GET request with a huge html snippet in the URL?
Or what exactly is the issue here?
(Just trying to understand whay the script is trying to do and what is failing here)
> > Quick stupid question, but are really making a GET request with a huge html snippet in the URL? > > > > +1 to that and also is...
> The script does this: > > > > ``` > > curl https://nodejs.org/download/release/ | grep v20 | sort -t. -k 1,1n -k 2,2n -k 3,3n | tail -1 |...
> It would be unfair (and a lot of time lost in total) to expect everyone who was parsing nginx output to change their scripts if there's a way to...