Reviewed & tested by the community
Project:
Stylify
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2026 at 10:08 UTC
Updated:
21 Aug 2026 at 06:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
shardashukla commentedComment #4
angel_devoeted commentedTested
MR !2and ran into a PHP fatal error (Class "Drupal\stylify\Asset\StylifyCssCollectionRenderer" not found) upon loading the page. It looks like theStylifyCssCollectionRenderer.phpclass referenced instylify.services.ymlmight not have been committed to the branch yet.Also, could we consider refactoring the static property
$pageStylesheetsinStylesheetAttachmentBuilderto avoid keeping static state in a service across requests?Comment #5
harjyottkaurr commentedworking on this
Comment #6
harjyottkaurr commentedI have tested this, working as expected.