Bug Report – theme['inputVariants'] defaults variant missing
Description
When opening the Helium Wallet app, the application crashes immediately with the following error:
Value 'defaults' does not exist in theme['inputVariants']
Error: Value 'defaults' does not exist in theme['inputVariants']
at getThemeValue (...)
at getResponsiveValue (...)
at func (...)
...
This issue occurs on both Android (HyperOS / Android 14) and iOS (latest iOS version).
It seems that the defaults variant is not defined in the inputVariants section of the theme configuration, but the app tries to load it by default.
Steps to Reproduce
-
Install Helium Wallet from Google Play or App Store.
-
Open the app.
-
Observe immediate crash with the above error.
Expected Behavior
The app should open normally without looking for a missing defaults variant in inputVariants.
Actual Behavior
The app crashes immediately on startup with the error message shown above.
Environment
Android: HyperOS (Android 14)
iOS: Latest iOS version (tested on iPhone)
Bug Report – theme['inputVariants'] defaults variant missing
Description
When opening the Helium Wallet app, the application crashes immediately with the following error:
Value 'defaults' does not exist in theme['inputVariants']
Error: Value 'defaults' does not exist in theme['inputVariants']
at getThemeValue (...)
at getResponsiveValue (...)
at func (...)
...
This issue occurs on both Android (HyperOS / Android 14) and iOS (latest iOS version).
It seems that the defaults variant is not defined in the inputVariants section of the theme configuration, but the app tries to load it by default.
Steps to Reproduce
Install Helium Wallet from Google Play or App Store.
Open the app.
Observe immediate crash with the above error.
Expected Behavior
The app should open normally without looking for a missing defaults variant in inputVariants.
Actual Behavior
The app crashes immediately on startup with the error message shown above.
Environment
Android: HyperOS (Android 14)
iOS: Latest iOS version (tested on iPhone)