Remove base.css import for all SDDS components

Created on 9 September 2024, 9 days ago

Problem/Motivation

The props form hanging:

πŸ› XBEndpointRenderer & processResponseAssets() do not support `ajaxPageState` β‡’ duplicate CSS/JS loading Needs review

Is due to the same CSS file being loaded multiple times.

@import url("../../../../dist/base.css");

had been added at the top of each component file to get around not having styled previews:

πŸ› The component preview should have a background: include theme's global asset libraries for component preview Needs work

but this will be removed to fix the more pressing error of the props form hanging.

Steps to reproduce

Proposed resolution

Remove the import in splitcss.js.

Remaining tasks

See above.

User interface changes

Props form will work.

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024