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
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)
https://github.com/ioBroker/create-adapter/blame/90a27e606bc9501f3798fc0f02fcc175e1623e86/templates/admin/src/app.tsx_jsx.ts#L44
See: #1001
Error:
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
The text was updated successfully, but these errors were encountered: