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
If the demo apps cannot help and there is no issue for your problem, tell us about it
I'm using BottomNavigationBar in a nativescript-vue app. If I set inactiveColor, but do not also set activeColor in the HTML template, the app crashes with the following message:
TypeError: Cannot read properties of null (reading 'getColorForState')
Which platform(s) does your issue occur on?
I only tried this on Android emulator
Please, provide the following version numbers that your issue occurs with:
If the demo apps cannot help and there is no issue for your problem, tell us about it
I'm using BottomNavigationBar in a nativescript-vue app. If I set inactiveColor, but do not also set activeColor in the HTML template, the app crashes with the following message:
Which platform(s) does your issue occur on?
I only tried this on Android emulator
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Create a new ns-vue project and add the following to the template.
The text was updated successfully, but these errors were encountered: