optimizations
This commit is contained in:
@@ -42,6 +42,8 @@ function mountAll() {
|
||||
limit: parseInt(container.dataset.limit || '40', 10),
|
||||
rankApiEndpoint: container.dataset.rankApiEndpoint || null,
|
||||
rankType: container.dataset.rankType || null,
|
||||
discoveryEndpoint: container.dataset.discoveryEndpoint || null,
|
||||
algoVersion: container.dataset.algoVersion || null,
|
||||
};
|
||||
|
||||
createRoot(container).render(<MasonryGallery {...props} />);
|
||||
|
||||
Reference in New Issue
Block a user