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
Some components, e.g. export modal or send/simulate button, need the whole transaction so they are reloaded every time any part of the transaction changes. In reality, these components only need the entire transaction as a callback, e.g. when the export modal is opened or when send/simulate button is pressed.
Is there a way to lazily load the transaction from the state store only on those callbacks?
Errors & Logs
No response
App Version
v1.0.0-alpha.57 (101-1)
Web Browser
Brave v1.46.144 (Dec 14, 2022)
The text was updated successfully, but these errors were encountered:
What happened?
Some components, e.g. export modal or send/simulate button, need the whole transaction so they are reloaded every time any part of the transaction changes. In reality, these components only need the entire transaction as a callback, e.g. when the export modal is opened or when send/simulate button is pressed.
Is there a way to lazily load the transaction from the state store only on those callbacks?
Errors & Logs
No response
App Version
v1.0.0-alpha.57 (101-1)
Web Browser
Brave v1.46.144 (Dec 14, 2022)
The text was updated successfully, but these errors were encountered: