Hey Capacitor devs,
capacitor version: 4.0
@capacitor/preferences version: 4.0.1
Whenever I call preferences.set()
or preferences.get()
I see TO JS undefined
in the Xcode log & Msg: undefined
in the Android Studio run log.
My question: is this normal behavior? The preferences
library is working as intended. I am not sure if this is a sign of something wrong or if this is nothing to worry about.
Screenshot of Xcode log:
Screenshot of Android Studio run log:
Thanks for having a look