You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the status variable in the ReactPromise function of the ReactFlightClient file, is of type any.
If the status is always of type String, it would be a good idea to replace any with string. This helps provide stronger type checking, reduces the risk of bugs, and improves code readability.
I noticed the status variable in the ReactPromise function of the ReactFlightClient file, is of type any.
If the status is always of type String, it would be a good idea to replace
any
withstring
. This helps provide stronger type checking, reduces the risk of bugs, and improves code readability.ReactFlightClient.js
line: 206
The text was updated successfully, but these errors were encountered: