You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your interval-tree-1d library (and so this one as well) in a masonry component I created recently. I've really enjoyed working with your library, for what it's worth. 😄
The text was updated successfully, but these errors were encountered:
To add a little more detail, the problem is the use of new Function(...) as explained here. I will submit a PR for your consideration that removes the unnecessary new Function syntax (although at the cost of a few additional bytes).
This makes the "Filters" button prettier too.
Note that a forked version of binary-search-bounds was adopted that fixesmikolalysenko/binary-search-bounds#5 wherein
new Function() was being used in an eval style that is to be avoided.
Hi @mikolalysenko,
I'd love to know your thoughts about this issue recently filed against react-virtualized: bvaughn/react-virtualized/issues/640
I'm using your interval-tree-1d library (and so this one as well) in a masonry component I created recently. I've really enjoyed working with your library, for what it's worth. 😄
The text was updated successfully, but these errors were encountered: