Hi, I'm experiencing the same issue with 2.0.3 on Drupal 10
Clicking on "Load More" stays on page 1 when I have an enabled filter, in this case I use a facet filter.
Has anyone found the problem?
New patch compatible with 2.0.x-dev version
Hi @msn5158
You can use the token to render the value in twig
{{ drupal_token('node:total-count', {node}) }}
I'm facing the same issue when I go to /admin/reports/config-inspector
hjuarez20 → created an issue.
@vaibhavjain I was able to reproduce the problem, in my case we don't want the module to change the view mode when we are using a preview, listing, etc. in a view, the module changes in all view modes to the view mode that is selected in the field, I am submitting a patch to apply the module only in the full/default view mode
I updated the patch to latest version