chore: typos in suspense events (#2131)
Removes the mention of the recede event that has been replaced.
This commit is contained in:
@@ -502,7 +502,7 @@ function createSuspenseBoundary(
|
||||
optimized
|
||||
} = suspense
|
||||
|
||||
// invoke @recede event
|
||||
// invoke @fallback event
|
||||
const onFallback = vnode.props && vnode.props.onFallback
|
||||
if (isFunction(onFallback)) {
|
||||
onFallback()
|
||||
|
||||
Reference in New Issue
Block a user