Skip to content

tryOnScopeDispose

Category
Last Changed
7月25日14时22分

Safe onScopeDispose. Call onScopeDispose() if it's inside an effect scope lifecycle, if not, do nothing

Usage

js
import { tryOnScopeDispose } from 'comuse-core'

tryOnScopeDispose(() => {

})

Source

SourceDocs

Changelog

No recent changes

Released under the MIT License.