- [
picmo
] Fixed an issue where the initial category button would steal the focus on creation in an inline picker. - [
picmo
] Fixed default options processing so that aLocalStorageProvider
isn't instantiated immediately upon importing PicMo; this was causing errors in environments like Next.js wherelocalStorage
is not available. NowlocalStorage
is only referenced when callingcreatePicker
.