David Hewitt
David Hewitt
# 🌱 Feature Request ## Is your feature request related to a problem? Please describe. I am attempting to implement a CSP into my app and not use `unsafe-inline`. The...
Page.close returns a promise updated documentation to reflect this
Yoast have now exported the SeoAssessor this means you can now update the version to latest. I would keep it to minor versions for now. https://github.com/Yoast/YoastSEO.js/issues/1878#event-2054233325
When setting the inputSize prop on the Dropdown field the select does not change size. https://github.com/zopaUK/react-components/blob/59a922d5d9d556d2fa1a34ee13184ceb0f194258/src/components/molecules/DropdownField/DropdownField.tsx#L44-L53
What do you think to having classes such as `l:hide` & `xs:show` for showing and hiding elements at different breakpoints? ``` const createDisplayStyles = () => Object.keys(grid.breakpoints).reduce( (mediaQueries, breakpoint) =>...
### Link to the code that reproduces this issue https://github.com/moshie/nextjs-issue ### To Reproduce 1. Pull down the repo: https://github.com/moshie/nextjs-issue 2. run `npm install` 3. run `npm run build` 4. See...
When generating tailwind css to js using prejss it combines sections in an array which tailwind's types are not happy with. ``` "@supports (color: oklch(0% 0 0))": [ { ".btn":...
### What version of `million` are you using? 1.0.14 ### Are you using an SSR adapter? If so, which one? NextJS ### What package manager are you using? pnpm ###...
## Summary Package JSON is missing the main property Fixes: #16751 Resolves: ## Test plan I applied this fix directly in my local node modules and this fixed the error
### Version 1.53.0 ### Steps to reproduce 1. Create a fresh app with playwright component testing 2. Create a button styled with a background of red 3. create a test...