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
We'll need to replace @iobroker/adapter-react with @iobroker/adapter-react-v5 and possibly modify the templates a bit if something needs changing.
Would you be willing to help with that? Knowing what exactly needs to be changed where would be good.
I would like to help but I am not quite sure how to do so best because I do not know a lot about the differences between the adapter-react and adapter-react-v5 version :)
Indeed adapter-react-v5 has the uk entry already in the list of languages. But I really have no clue if switching to v5 has some other implications. Therefore I am too new to the topic :)
Hi there,
a newly created adapter using
npx @iobroker/create-adapter@latest
withcreates adapter files using uk translations in admin/src/app.tsx and admin/src/tab-app.tsx
Currently this will cause a mismatch when the translations from GenericApp, which do not contain the uk entry, are mapped against each other.
The error thrown is then
GenericApp.js:119 Uncaught TypeError: Cannot convert undefined or null to object
.The text was updated successfully, but these errors were encountered: