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
The function passed to S7ItemGroup.setTranslationCB() is currently expected to be sync. This prevents us to query its value from an async source (like a database).
We could add support to promise-based translation functions, that would then handle both sync and async cases
The text was updated successfully, but these errors were encountered:
The function passed to
S7ItemGroup.setTranslationCB()
is currently expected to be sync. This prevents us to query its value from an async source (like a database).We could add support to promise-based translation functions, that would then handle both sync and async cases
The text was updated successfully, but these errors were encountered: