paulfitz / daff

align and compare tables
https://paulfitz.github.io/daff
MIT License
790 stars 68 forks source link

Uncaught ReferenceError: f is not defined #187

Closed airdgo closed 1 year ago

airdgo commented 1 year ago

I am using the library in an Angular 14 application. I have installed the library with npm install daff and when I start the app, the following error is printed into the console.

image

After a quick look into the core.js file we can see that the variable f is not defined in the for loop.

image

There are multiple for loops where the f variable is not defined, both in daff.js and core.js.