Zizzamia / perfume.js

Web performance library for measuring all performance vitals metrics
https://zizzamia.github.io/perfume/
MIT License
3.13k stars 112 forks source link

v9.0.0 TS2305: Module '"perfume.js"' has no exported member 'Perfume'. #254

Open sharpFD opened 11 months ago

sharpFD commented 11 months ago

upgrade to v9.0.0,appear Module '"perfume.js"' has no exported member 'Perfume'

import { Perfume } from 'perfume.js'

Zizzamia commented 11 months ago

Great catch, it is a breaking changes. Let me update the README, thank you for making me notice this.

Zizzamia commented 11 months ago

@sharpFD, I just released v9.1.0, let me know how it looks, and I updated the README and the CHANGELOG.

Happy to do more fix if you see anything odd.