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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.0.3
Cross-platform modules: 6.0.6
Android Runtime: 6.0.1
iOS Runtime: 6.0.2
Describe the bug
Similar to this issue but calling the close callback still works. The issue is that the modal's content is not changed accordingly to the changes and is not closed.
To Reproduce
Open any modal view
Make changes to that modal views xml
Save the changes and wait for hmr to livesync the changes
Expected behavior
The modal view is closed during hmr
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Similar to this issue but calling the close callback still works. The issue is that the modal's content is not changed accordingly to the changes and is not closed.
To Reproduce
Expected behavior
The modal view is closed during hmr
The text was updated successfully, but these errors were encountered: