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
Copy file name to clipboardExpand all lines: active-rfcs/0000-portals.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -139,20 +139,20 @@ const App = {
139
139
140
140
## The `target` prop
141
141
142
-
The component has only one _required_ prop, named `target`. It accepts a string wich has to be a valid query selector.
142
+
The component has only one _required_ prop, named `target`. It accepts a string wich has to be a valid query selector, or an HTMLElement (if used in a browser environment).
0 commit comments