I need access to the picker instance, but no API exposes it
solution
expose the picker in a onPreBuild optional callback, giving the user a handle to the picker once it's been fully configured
fix lint script
...well, my editor ran prettier on a few thing on-save 🤦 . i didn't see a format script available in the repo, but i'm happy to apply whatever formatting is desired
problem
I need access to the
picker
instance, but no API exposes itsolution
onPreBuild
optional callback, giving the user a handle to the picker once it's been fully configuredprettier
on a few thing on-save 🤦 . i didn't see a format script available in the repo, but i'm happy to apply whatever formatting is desired