Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: map.toString is replaced with readableMap2string #28

Closed
wants to merge 3 commits into from
Closed

fix: map.toString is replaced with readableMap2string #28

wants to merge 3 commits into from

Conversation

OrrinHatch
Copy link
Contributor

No description provided.

String snapshotPicture = Objects.requireNonNull(options.getMap("snapshotPicture")).toString();
String sourcePicture = readableMap2string(Objects.requireNonNull(options.getMap("sourcePicture")));
String bigPicture = readableMap2string(Objects.requireNonNull(options.getMap("bigPicture")));
String snapshotPicture =readableMap2string(Objects.requireNonNull(options.getMap("snapshotPicture")));
Copy link
Member

Choose a reason for hiding this comment

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

Note formatting

@Bloomingg
Copy link
Member

There are many other methods that also use map.toString() and you need to determine if you want to replace them all with readableMap2string

@lgz5689 lgz5689 changed the title fix: 修复ReadableMap tostring方法兼容性 fix: map.toString is replaced with readableMap2string Aug 14, 2024
@lgz5689
Copy link
Member

lgz5689 commented Aug 14, 2024

see #32

@lgz5689 lgz5689 closed this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants