Problem/Motivation
There is an exception thrown in ui_patterns_field_formatters when using ui patterns field formatters in views row style plugins. the exception is thrown from calculateDependencies
Uncaught PHP Exception TypeError: "Drupal\ui_patterns_field_formatters\Plugin\UiPatterns\Source\FieldFormatterSource::createInstanceFormatter(): Argument #2 ($field_definition) must be of type Drupal\Core\Field\FieldDefinitionInterface, null given, called in modules/contrib/ui_patterns/modules/ui_patterns_field_formatters/src/Plugin/UiPatterns/Source/FieldFormatterSource.php on line 369" at modules/contrib/ui_patterns/modules/ui_patterns_field_formatters/src/Plugin/UiPatterns/Source/FieldFormatterSource.php line 248
This bug is provoked by an incomplete context injected by views plugins, when in the dependency calculation
(it is thrown when the views is saved)
Issue fork ui_patterns-3485497
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 #4
just_like_good_vibes