Alasdair McLeay
Alasdair McLeay
> Can you think of other ideas? Use a label element? š I'd be keen to know why this isn't a label element already, I'm sure there's good reason but...
Another thought is that browser vendors should match the label hover effect when `role="label"` is used, so unless this has already been decided against by vendors (or is part of...
So, in your example above, if module B doesn't exist and module A looks like this: `module-A.js` ```js import('./module-X').then(({ exportD }) => ...); ``` If `module-X` is only being used...
I've opened a PR for this here https://github.com/nfl/react-helmet/pull/541 My proposal works as follows: https://github.com/nfl/react-helmet/blob/067a35c667e868cf2c49c390bd6ac7c429497b37/test/HelmetTest.js#L271-L280 => Page Name | Section Name | Site Name https://github.com/nfl/react-helmet/blob/067a35c667e868cf2c49c390bd6ac7c429497b37/test/HelmetTest.js#L297-L312 => (1) Page Name | Section...
I'm still thinking if there's a clearer API/variable naming, but I think: - for the template `A%sB` the API should allow insertion in to 4 points - `1A2%s3B4` - the...
I'm getting this with: ```tsx ``` Doesn't seem to be related to styled-components, I don't have it installed, it's just a basic starter project with: ```json "@react-spring/three": "^9.5.5", "@react-three/drei": "^9.40.0",...
@paulwaitehomeoffice yep thatās the repository that needs updating. Iād accept a PR to that repository that updates the SVG and bumps the major version number. Once thatās published, a PR...
I'm maintaining it in the sense of fixing any critical issues and overseeing community input. I have not worked on govuk projects for several years and this project receives no...
Is it possible to use a defined type with generics on function expressions already? Or would this feature add this (or at least provide an alternative)? I've posted a more...
In the meantime, I can hopefully use `yarn test-storybook` via https://github.com/storybookjs/test-runner on CI as this will detect a failure for missing stories. ```console [TEST] FAIL browser: chromium src/stories/MyComponent.tsx (10.148 s)...