-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
This throws an error in IE9 and 10, so it might be worth defaulting the anchor component option to null:
mount_component(component, options.target, options.anchor || null);Or possibly defaulting it at insert:
export function insert(target, node, anchor) {
target.insertBefore(node, anchor || null);
}I'm not sure what's best, so I thought I'd open an issue and discuss it before creating a PR.
Metadata
Metadata
Assignees
Labels
No labels