Hello every mobxer锛宨 am a rookie .
yesterday i install the latest edition mobx which is 4.1.1, When I want to use useStrict mode.
import {observer, inject, useStrict} from 'mobx-react'
I have a Question: i have found nothing about useStrict in the mobx.d.ts file .it means the latest edition mobx had moved useStrict ? so how can i use useStrict function in the 4.1.1 edition ?
configure({ enforceActions: true })
thank you i get it Migrating from mobx 3 to mobx 4
Most helpful comment
configure({ enforceActions: true })