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
I'm currently using exhibit in a single page ember application. Exhibit loads just fine the first time the page is viewed however when the page is revisited it no longer loads. I'm guessing I need to somehow reset exhibit so it will properly reload.
I tried doing Exhibit = undefined however it doesn't seem to completely reset things.
The text was updated successfully, but these errors were encountered:
I'll have to revisit this. It was for a project in which I was using Exhibit inside several Ember.js views. Only the first view would render, and all other views/pages wouldn't render since ember was already loaded and it wasn't a true page change since its a single page app.
I'm currently using exhibit in a single page ember application. Exhibit loads just fine the first time the page is viewed however when the page is revisited it no longer loads. I'm guessing I need to somehow reset exhibit so it will properly reload.
I tried doing
Exhibit = undefined
however it doesn't seem to completely reset things.The text was updated successfully, but these errors were encountered: