chartjs / chartjs-adapter-luxon

Luxon adapter for Chart.js
MIT License
33 stars 24 forks source link

Cannot read property '_adapters' of undefined with v3-alpha2 #27

Closed aalyokhin closed 3 years ago

aalyokhin commented 3 years ago

Hey guys. When using 0.2.2 with latest Chart.js 3.0.0-alpha.2 I am getting the following:

Cannot read property '_adapters' of undefined

However 0.2.1 works fine. Reproduced on Codesandbox.

etimberg commented 3 years ago

I believe this is fixed with #29

Codermar commented 3 years ago

I don't think this is fixed. I am seeing the same error with chartjs-adapter-luxon 0.2.2 and 3.0.0-rc.5. You can try the above codesandbox with the rc version and see. @aalyokhin Have you found a workaround?

kurkle commented 3 years ago

It's the v1.0.0--beta,where this is fixed

Codermar commented 3 years ago

Thank you for the hint. You are right, 1.0.0-beta.2 does work in my case.