Problem/Motivation
While testing ui_suite_uswds and AFTER uninstalling ui_pattern_devel notice that pager starts throwing a fatal error
Drupal\Core\Render\Component\Exception\InvalidComponentException: [items[0].title] Integer value found, but a string is required/n[items[1].title] Integer value found, but a string is required in Drupal\Core\Theme\Component\ComponentValidator->validateProps() (line 203 of core/lib/Drupal/Core/Theme/Component/ComponentValidator.php).
Steps to reproduce
Using ui_suite_uswds
Create a view that uses pagination
See fatal error
Proposed resolution
Cast as string?
Remaining tasks
Review
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork ui_patterns-3467219
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
smustgrave commentedComment #4
pdureau commentedComment #6
pdureau commentedComment #7
pdureau commented