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.