You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems there is a typescript error in the definitions file for values. Was trying to usevalues.js in a new branch for RedHat-UX/red-hat-design-system#513
Ok. Do the top-level categories as separate modules for now. We can go back later and split then up further if we need. The main thing is to lighten up the bundle size for footer
Have values.js re-export the names from the category modules. You might have to reimplement the JavaScript format, but it should be relatively straightforward, in terms of how much data and syntax to juggle
Seems there is a typescript error in the definitions file for values. Was trying to use
values.js
in a new branch for RedHat-UX/red-hat-design-system#513import code from new branch in rhds
Line 115 - 116
values.d.ts
Error: Cannot redeclare block-scoped variable 'ux'.ts(2451)
Line 328 - 333
values.d.ts
Error: Cannot redeclare block-scoped variable 'min'.ts(2451)
Error output from
npm run start
The text was updated successfully, but these errors were encountered: