Hi @megachriz,
@max.valetov Thanks for spotting! I think that the issue with the "Autocreate" option should be fixed in #2973170: Importing new files fails when "Autocreate entity" option is turned on. first. I think that one is easy to do.
Not entirely sure what needs to be fixed/applied from that issue. Applying MR plain diff doesn't resolve the issue.
(Latest v3 feeds with 105 patch applied)
In #105 if (preg_match('/^Autocreate/', $line->__toString())) {
__toString doesn't seem to be a valid method on render array.
max.valetov → created an issue.
Thanks @rajab-natshah, looks like applying MR https://git.drupalcode.org/project/drupal/-/merge_requests/8546.diff from https://www.drupal.org/project/drupal/issues/3457168 🐛 Since twig/twig 3.9: error with "twig_escape_filter" function usage in /core/lib/Drupal/Core/Template/TwigExtension.php Needs work resolved the issues.
max.valetov → created an issue.
johnv → credited max.valetov → .
max.valetov → created an issue.
Fix 'non-scalar value' error - patches 21-24
Fixes patch formatting issue for patch 23
Adds a D10 session check and set for subrequest to patch 21
Adds menu title that's available via `menu_title`
max.valetov → created an issue.