Missing once dependencies on sticky and gin_accent libraries even tho it uses it
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3432512. --> Reported by: [holo96](https://www.drupal.org/user/3566953) Related to !396 >>> <p>Before everything thanks for best admin theme for drupal by far.</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>No body likes error in console and there are no colors on page.<br> Console error:<br> Uncaught ReferenceError: once is not defined<br> at accent.js</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Install drupal with minimal profile</li> <li>Set gin as admin theme</li> <li>Set Custom Accent color</li> <li>Visit `/admin/config` page</li> <li>There will be no colors and error will be in console I am using drupal 10.2.4</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add core/once dependency to gin_accent and sticky libraries.</p>
issue