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
When running the command yarn build without the "zombiebox-platform-android-tv": "^3.0.0-alpha.1" it works as expected. However, running with the android-tv package yields the results
The real error here is "Trying to add not addon: [object Object]" saying ZombieBox can't load one of addons as they're outdated.
It's the problem with current Android TV platform version, it's lagging behind ZombieBox and does not support 2.0.0 yet (you can tell by its peerDependency from zombiebox).
We're still in the process of releasing all of the ZombieBox components for 2.0.0 release, it's just taking some time as there's quite a lot of them.
I'll bump Android TV in priority list and get it out today.
Same issue await you with dependency-injection and we'll have it released soon as well. Other platforms and extension from your list are properly released at 2.0.0
I see. Well I did some tweaks using branch 2.0.0 with some tweaks of branch 3.0.0 and manage to get a modified version zombie-box demo to launch with the following packages
I have the following project
When running the command
yarn build
without the "zombiebox-platform-android-tv": "^3.0.0-alpha.1" it works as expected. However, running with the android-tv package yields the resultsThe text was updated successfully, but these errors were encountered: