capawesome-team / capacitor-managed-configurations

⚡️ Capacitor plugin to access managed configuration settings.

Home Page:https://capawesome.io/plugins/managed-configurations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug(ios): `undefined` is returned instead of `null`

robingenz opened this issue · comments

Current behavior:

Fetches the value associated with the given key, or null if no mapping exists for the given key.

This is wrong. On iOS, undefined is currently returned.

Expected behavior:

It should return null as described.

Fixed with 8777954