Open lifeart opened 6 years ago
Using shouldExcludeComponent resolve hook, I'm trying to avoid reload study/form-basic-info component, but, it's not present in DOM.
shouldExcludeComponent
study/form-basic-info
reproduction in test page - https://github.com/lifeart/ember-cli-hot-loader/tree/issue-97-reproduction
looks like if we return resolved in this line - https://github.com/toranb/ember-cli-hot-loader/blob/master/addon/mixins/hot-reload-resolver.js#L40 all gonna be ok
Using
shouldExcludeComponent
resolve hook, I'm trying to avoid reloadstudy/form-basic-info
component, but, it's not present in DOM.reproduction in test page - https://github.com/lifeart/ember-cli-hot-loader/tree/issue-97-reproduction