Skip to content
#

custom-hooks

Here are 91 public repositories matching this topic...

beautiful-react-hooks
jacekk
jacekk commented Oct 3, 2020

Describe the bug
The following PR introduced some breaking change in typings: https://github.com/beautifulinteractions/beautiful-react-hooks/pull/156/files#diff-b52768974e6bc0faccb7d4b75b162c99R19

Argument of type '() => void' is not assignable to parameter of type 'any[]'.
  Type '() => void' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more
AlbericoD
AlbericoD commented Oct 23, 2020

Is your feature request related to a problem? Please describe.
the overwolf language api has been updated, the boilerplate needs to be updated to the new way of identifying the current overwolf language.

Describe the solution you'd like
change old way to new way

//old version 
overwolf.settings.getCurrentOverwolfLanguage(result => {
  i18n.use(initReactI18next).init({
  

Improve this page

Add a description, image, and links to the custom-hooks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the custom-hooks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.