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: guide/additional-info/updating-from-v14.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Make sure you're using the latest LTS version of Node. To check your Node versio
12
12
13
13
### BaseInteraction
14
14
15
-
`BaseInteraction#isSelectMenu()` has been removed. Use `BaseInteraction#isStringSelectMenu()` instead.
15
+
`BaseInteraction#isAnySelectMenu()` has been removed. Use `BaseInteraction#isSelectMenu()` instead, which has been repurposed to accept all select menu component types.
0 commit comments