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
The mount() function should additionally accept a string as the second argument which is a selector of the node to mount to. The first matched node in the document should be used, so document.querySelector(str). If no node is found, then it should throw an error saying as much.
The text was updated successfully, but these errors were encountered:
The
mount()
function should additionally accept a string as the second argument which is a selector of the node to mount to. The first matched node in thedocument
should be used, sodocument.querySelector(str)
. If no node is found, then it should throw an error saying as much.The text was updated successfully, but these errors were encountered: