-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
See: #1001
Error:
GenericApp.js:119 Uncaught TypeError: Cannot convert undefined or null to object
at Function.assign (<anonymous>)
at GenericApp.js:119:92
at Array.forEach (<anonymous>)
at new GenericApp3 (GenericApp.js:119:48)
at new App (app.tsx:32:9)
at constructClassInstance (react-dom.development.js:12716:18)
at updateClassComponent (react-dom.development.js:17425:5)
at beginWork (react-dom.development.js:19073:16)
at HTMLUnknownElement.callCallback2 (react-dom.development.js:3945:14)
at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:16)
this is because the current create-adapter code installs adapter-react, which in fact does not support the ukranian translation: https://github.com/ioBroker/adapter-react/blob/master/src/GenericApp.js#L106
this could be fixed with a switch to adapter-react-v5: #1096
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists