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 you require goog, reloading will break with an error indicating
Namespace "my_app.ios.core" already loaded
error message.
Repro:
Set up fresh project using re-natal init FutureApp and go through the steps, establishing an iOS REPL. Then modify the ns form in the source for the future-app.ios.core namespace to add goog to the list of libraries in the :require section. Save the file and then observe red screen with:
If you require
goog
, reloading will break with an error indicatingerror message.
Repro:
Set up fresh project using
re-natal init FutureApp
and go through the steps, establishing an iOS REPL. Then modify thens
form in the source for thefuture-app.ios.core
namespace to addgoog
to the list of libraries in the:require
section. Save the file and then observe red screen with:This is also reproducible with Android.
The text was updated successfully, but these errors were encountered: