Skip to content

tryOnScopeDispose

Category
Last Changed
1月23日6时27分

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

v3.1.0 on 1/9/2025
049f7 - feat: animation md

Released under the MIT License.