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
fix: allow datasets to be inputs to stores to align with RDF/JS `Data…
…setFactory` interface (#505)
* fix: allow datasets to be inputs to stores
* chore: use addAll
* chore: cleanup
fix: dont accidentally re-bind custom data factories (#467)
* fix: Correctly handle custom data factories by binding functions
* chore: only bind on non-native factories
* chore: use direct calls rather than binding
* chore: fix comment placement
---------
Co-authored-by: Jesse Wright <[email protected]>