Results 7 comments of Alex

@ctrlplusb any update on it?

Looking for an update, as while using next you can't really toggle strict mode, or any of the React 18 setup

I have rewritten my code to this version, and now I can destruct those properties ```js import { createStore, action, State } from "easy-peasy"; interface StoreModel { fruits: string[]; }...

Also, I have rewritten it like this: ```js import { createStore, action, State, Action } from "easy-peasy"; interface StoreModel { fruits: string[]; addFruit: Action; } const store = createStore({ fruits:...

@maxcell We can use regular Markdown instead of MDX You just don't like this feature, or it is too time-consuming to make it? I mean as the current Netlify CMS...

You need to use controlled component via position prop ```js ``` And then convert those units via **onStart** and **onStop** handlers something like this ```js const onStart = (event: DraggableEvent,...

Does anybody know what this **sanitize** property does anyway?