greenkeeper[bot] on core-js-3.4.7
chore(package): update core-js … (compare)
greenkeeper[bot] on core-js-3.4.6
chore(package): update core-js … (compare)
can-template
<can-import from="spectre-canjs/sp-toast/sp-toast.stache" value:to="scope.vars.toast" />
<div class="toasts">
{{#for(toast of toasts)}}
{{#with(toast)}}
{{>scope.vars.toast}}
{{/with}}
{{/for}}
</div>
replace: function (oldElements, newFrag) {
// The following helps make sure that a selected <option> remains
// the same by removing `selected` from the currently selected option
// and adding selected to an option that has the same value.
var selectedValue,
parentNode = oldElements[0].parentNode;
if(parentNode.nodeName.toUpperCase()
The error is because "parentNode" is undefined
{{#if(projectsPromise.isPending)}}
<div class="loading"></div>
{{else}}
<dl-autocomplete
options:from="autoCompleteOptions"
on:value="setSelectedSearch(scope.arguments.0.0)"></dl-autocomplete>
{{#if(selectedProject)}}
Error occurs here when selectedProject gets set
{{/if}}
{{/if}}
isObservableLike
and isListLike