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
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Problem
There are several problems with typings
Somewhere you put
any
like in this examplereact-ga4/src/ga4.js
Line 46 in f31ed50
Niether put any types like here
react-ga4/src/ga4.js
Line 479 in f31ed50
So then it becomes
any
anyway.This is the opposite of what typings are for.
Solution
In my opinion, it's better to rewrite the script in ts, so it's easier to maintain types, or eventually put right types everywhere
The text was updated successfully, but these errors were encountered: