Created a patch to fix this issue and works well for us.
Used 'core/once' and updated js code accordingly.
chetananemade → created an issue.
Hi,
The patch in #7 worked well for us with Drupal 10.2 and Views_data_export 1.4.
However, after upgrading to Drupal 10.3 and Views_data_export 1.5, we have updated the patch in #7 to make it compatible with the new versions.
The patch in #9 is already included in Views_data_export 1.5.
Hi,
The patch in #11 worked well for us with Drupal 10.2 and Views_data_export 1.4.
However, after upgrading to Drupal 10.3 and Views_data_export 1.5, we have updated the patch in #11 to make it compatible with the new versions.
Issue seems unsolved, after enabling js_cookie module also warnings remains present on the site.
Even after flushing all cache we observed that warnings shown on the site.
I'm using Drupal version 10.3, and while upgrading Snippet _manager to latest version(3.0.0), it requires codemirror_editor updated version(2.0.0) which has dependency on js_cookie module but after using it shows same warnings.
We also tried to run 'drush updb' and executed update hooks which enables js_cookie module but after that too warnings doesn't disappeared.
Please note, we do have the js_cookie module enabled.
Do I need to create a new ticket?
New patch compatible with Drupal ^10.3 || ^11.0 for snippet_manager version 3.0.0
Here is the patch compatible with Drupal ^10.3 || ^11.0 for snippet_manager version 3.0.0
The patch is here!
To fix the issue I've added the null check condition for '$result->getUrl()' at Line 185 in the facets/modules/facets_summary/src/FacetsSummaryManager/DefaultFacetsSummaryManager.php file which fixed the issue.
I was facing this facet error issue when I'm selecting multiple values in one facet dropdown and then selecting values in another dependent facet dropdown means when its having zero results with combination of selections it throws error.
This is ready to be reviewed.