comwit
v2.2.0
Published
Deprecated: renamed to @comwit/state. This package re-exports @comwit/state for backward compatibility.
Maintainers
Readme
comwit
⚠️ Renamed to
@comwit/state.
This package is deprecated. It now simply re-exports @comwit/state so existing
imports keep working, but you should migrate:
yarn remove comwit
yarn add @comwit/state- import { model, action } from 'comwit'
+ import { model, action } from '@comwit/state'The API is unchanged. See https://library.comwit.io.
