vue3-calendar-heatmap
vue3-calendar-heatmap copied to clipboard
Object.hasOwn is not a function
I'm getting a lot of these errors in my production app, but cannot reproduce locally.
Maybe the stack trace rings a bell?

What browser/node version are you using?
Take a look at: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn
Looks like you need at least Nodejs v16. Current LTS is v18.
Using v16.11.1 on Digital Ocean setup, will try to upgrade to v18 and report back.
I guess, this error came from tippy.js
. I published a new version and moved tippy.js
to peer dependency. Now you should have more control about bundling and its target.
I upgraded and added tippy 6.3.7
to my deps, now getting this:

It's a dependency of tippy. Seems similar to the first issue, maybe some props are not passed correctly?