I'm rolling back the title change because the word theme is relevant. We don't have the "bones" name space, only the "bones_theme" name space, and this has caused development problems historically so it's good to leave it in there as a reminder.
Switching to phpmailer_smtp also fixed this issue for me. I had debugging enabled but no extra information was visible.
Patch #8 worked for me and D10 upgrade was successful. This module is due a new release, I think.
I tried the forked version from #6 but it didn't fix the issue for me.
I also have this problem. I am aggregating a views_date_format_sql field, and the results where dependent upon UTC rather than the supplied default time zone.
I tried the patch from #5 but the view I was having trouble with ended up with no results at all with the patch applied, so it still needs work.
thomasmurphy → created an issue. See original summary → .
Possibly related, I had a problem very similar to this, where the view exposed reset button wasn't clearing the URL out. The entire view block was also not rendered after a reset. I uninstalled the bigpipe module and the problem was resolved.
@jlscott I've merged your fork into my local and attempted to boot the theme into a new D10 install. Once the theme is present (not installed) I'm getting a PHP Fatal error:
Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, array given in /app/web/core/lib/Drupal/Core/Extension/Dependency.php:126
Sounds like we might have a problem with the dependency definition in the info.yml file?