typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

Fix class functions and improve typing

Open gbyesiltas opened this issue 1 year ago • 0 comments

Change list

  • Now returning the whole client instance instead of spreading it because the functions from the class instance don't work with the spread operator (e.g. client.screen() would complain that it doesn't exist).
  • Added explicit return types for the useAnalytics hook because it would always be interpreted as {} when used otherwise
  • Updated the snapshot

gbyesiltas avatar Aug 08 '24 10:08 gbyesiltas