My Angular 4 project was using anychart 8.1.0, and upon building a clean install, anychart 8.2.0 got grabbed. When I ran npm start
I got the following error:
ERROR in ./node_modules/anychart/dist/index.d.ts: Namespace 'anychart.core.ui' has no exported member 'DataGridButton'.
webpack: Failed to compile.
Are there additional steps I need to do to get 8.2.0 to work? Or should I require 8.1.0 in my package.json file? Thanks!
Our team has prepared a dev-preview of 8.2.1 update and you can try it in your projects. This update includes many bug fixes of index.d.ts.
To get this update replace in ‘package.json’ the current AnyChart dependence with the following "anychart": "8.2.1-rc.0"
Or you can download it manually via NPM: $ npm install anychart@8.2.1-rc.0
Very soon our team will provide public release of 8.2.1 update.