Closed (fixed)
Project:
State Machine
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2025 at 07:55 UTC
Updated:
19 Feb 2026 at 15:54 UTC
Jump to comment: Most recent
Comments
Comment #2
saidatomComment #3
saidatomComment #4
saidatomComment #7
saidatomComment #8
huzookaComment #9
saidatomComment #10
jsacksick commentedThe change isn't valid as is.
The deprecation helper was introduced in D10.1.3, and we currently still support D9. So either we drop support as part of this change, or we do this differently.
Also the return type issue can be fixed separately from the renderInIsolation() calls.
Comment #12
tbkot commentedMR is updated to include "conflict" in the composer for the diff module 2+ version. I suggest creating a separate issue and a new branch to disable D9 support, where we can use diff 2+ and update the StateFieldBuilder class to be compatible.
Comment #13
jsacksick commentedI see no problem updating the return type and still support diff v2 from the same branch.
There is no issue with that, specifying the return type isn't going to break the v1 support.
Comment #14
tbkot commented@jsacksick return type is updated, and composer.json reverted to default.
Comment #16
jsacksick commented