Releases: mostjs/hold
Releases · mostjs/hold
Update to @most/core
- Use
@most/hold>= 3.0.0 with@most/core0.x and 1.x- Use
@most/hold< 3.0.0 withmost1.x
- Use
Named Exports
Switch to named exports, rather than default exports.
// before
import hold from '@most/hold'
// now
import { hold } from '@most/hold'