Open JoeriRoijenga opened 3 weeks ago
Warning: Style property values shouldn't contain a semicolon. Try "strokeWidth: 0px" instead
This warning should probably be fixed with in Utrecht themselves: https://github.com/nl-design-system/utrecht/blob/b0b2faebd97b11b97ac50667ab0fb6d83da790f6/packages/component-library-react/src/Accordion.tsx#L28C9-L29C1
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
Zowel de Card als de Link (van Utrecht) component is een anchor. In Card zit nu een Link wat resulteert in nested anchors.
Bij het lokaal draaien (en in sommige gevallen op productie) staan nog errors of warnings in de console van de browser. Dit zijn niet altijd baanbrekende problemen, maar zouden voor de netheid wel opgelost moeten worden.
Een voorbeeld hiervoor is deze pagina, hier staat in de console:
Error:
Uncaught TypeError: Failed to resolve module specifier "@rijkshuisstijl-community/web-components-stencil/loader/index.js". Relative references must start with either "/", "./", or "../".
Warning:runtime.js:4705 The preview.js 'globals' field is deprecated and will be removed in Storybook 9.0. Please use 'initialGlobals' instead.