Skip to content

Conversation

jamonholmgren
Copy link
Member

Currently in-progress moving reactotron-app to MST.

@jamonholmgren jamonholmgren self-assigned this Dec 19, 2023
@@ -9,7 +9,7 @@ export const ConnectionModel = t

platform: t.enumeration(["ios", "android", "browser"] as const),
name: "",
platformVersion: "",
platformVersion: t.optional(t.union(t.number, t.string), ""),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jamonholmgren - platformVersion is coming back as a number on Android, and a string on iOS. This handles both and defaults to an empty string.

@jamonholmgren jamonholmgren added the WIP 🚧 Work in progress; not quite ready. label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP 🚧 Work in progress; not quite ready.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants