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: 'fromGlobalId' trowing on invalide UTF code points #374

Merged
merged 1 commit into from Dec 19, 2021

Conversation

IvanGoncharov
Copy link
Member

Fixes #358
Note: it's temprorary workaround until we design a better API

@IvanGoncharov IvanGoncharov added the PR: bug fix 🐞 requires increase of "patch" version number label Dec 17, 2021
@codecov
Copy link

codecov bot commented Dec 17, 2021

Codecov Report

Merging #374 (dc5e1dd) into main (d4c533f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #374   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          737       744    +7     
  Branches        47        48    +1     
=========================================
+ Hits           737       744    +7     
Impacted Files Coverage Δ
src/connection/__tests__/arrayConnection-test.ts 100.00% <100.00%> (ø)
src/utils/base64.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4c533f...dc5e1dd. Read the comment docs.

Fixes graphql#358
Note: it's temprorary workaround until we design a better API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: bug fix 🐞 requires increase of "patch" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RangeError: Invalid code point
1 participant