FormidableLabs / react-fast-compare

fastest deep equal comparison for React
MIT License
1.59k stars 54 forks source link

Fix broken chart in the hosted docs #74

Closed kale-stew closed 4 years ago

kale-stew commented 4 years ago

Because we were using a relative path to import the benchmarking chart in our Readme, the formidable.com mirror of our docs has nothing to source for that img. This PR fixes that by relying on the latest chart in master, for now.

Closes #73