bluewatertracks / bwt-datatable

Data table with Polymer 3 support!
GNU General Public License v3.0
42 stars 14 forks source link

Uncaught ReferenceError: CollectionHelpers is not defined #38

Closed chavu closed 6 years ago

chavu commented 6 years ago

I'm getting the error message below and non of my bwt-tables are working. They were working before.


Uncaught ReferenceError: CollectionHelpers is not defined

image

bhargavkonkathi commented 6 years ago

Hello @chavu ,

We have updated bwt-datatable, with adding support for Polymer 2.x Version , If your using in polymer version 2 Please reinstall bwt-datatable with all its dependencies, Hope that resolves your problem. Also Will your share gist snippet of bwt-datatable how your using in your project, to resolve problem easily. And which version of bwt-datatable your using?

Thanks,

chavu commented 6 years ago

Yes I'm using Polymer 2, in Cuba Framework 6.7 I add the latest version of bwt-datatable ver 2.0.4 by entering the following line in bower.json file. "bwt-datatable": "bluewatertracks/bwt-datatable#^2.0.4",

Attached is one of the views I'm using bwt-datable. Somehow the browser is not loading the contents of the .js files: collectionHelpers.js and weakCache.js but they are there in the src folder.

betwise-odd-highlights.txt

GermanMtzmx commented 6 years ago

@bhargavkonkathi i have the same error, doing a polymer build 'es6-unbundled' the content of CollectionHelpers & and weakCahe disappears

dhrytsenko commented 6 years ago

@GermanMtzmx @chavu I know what a problem. I'm going to update bwt-datatable in one hour

dhrytsenko commented 6 years ago

Fixed in new 2.1.0 release

chavu commented 6 years ago

Thank you @dhrytsenko