Skip to content

Bugfix: support Object.create(null)#123

Merged
ryan-roemer merged 2 commits intomasterfrom
bug/null
Mar 16, 2023
Merged

Bugfix: support Object.create(null)#123
ryan-roemer merged 2 commits intomasterfrom
bug/null

Conversation

@ryan-roemer
Copy link
Copy Markdown
Member

Comment thread index.js

function equal(a, b) {
// START: fast-deep-equal es6/index.js 3.1.1
// START: fast-deep-equal es6/index.js 3.1.3
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I validated there was no diff in the actual code from 3.1.1 to 3.1.3 so updating comment here.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 14, 2023

Codecov Report

Merging #123 (3f368f5) into master (b34988f) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 3f368f5 differs from pull request most recent head 73bdc95. Consider uploading reports for the commit 73bdc95 to get more accurate results

@@           Coverage Diff           @@
##           master     #123   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files           1        1           
  Lines          56       56           
=======================================
  Hits           55       55           
  Misses          1        1           
Impacted Files Coverage Δ
index.js 98.21% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ryan-roemer ryan-roemer merged commit 7079a22 into master Mar 16, 2023
@ryan-roemer ryan-roemer deleted the bug/null branch March 16, 2023 15:34
@ryan-roemer
Copy link
Copy Markdown
Member Author

Released in react-fast-compare@3.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot compare object will null prototype

3 participants