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
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
When running the application, there's this error in the console
ExceptionsManager.js:180 VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
at VirtualizedList
The code is minimized and source maps are not working so I'm not exactly sure where is the error happens, but it appears as soon as the app is in the main stage - I think it is related to the Tx List component
The text was updated successfully, but these errors were encountered:
When running the application, there's this error in the console
The code is minimized and source maps are not working so I'm not exactly sure where is the error happens, but it appears as soon as the app is in the main stage - I think it is related to the Tx List component
The text was updated successfully, but these errors were encountered: