Open
Description
I'm trying to set null
value to an object that I have in Pinia store, defined as:
/** @type {{ from: string; to: string | null; } | null} */
selectedPendingDate: null,
DevTools does not allow me to change it to null
, just nothing happens. No errors in console. I've tried to click enter and also to click the icon shown in the screenshot.
Chrome extension Vue.js devtools v7.7.0.
Pinia ^3.0.1
Metadata
Metadata
Assignees
Labels
No labels