philsp
philsp
Currently the `Picture` component only applies `srcset` and `type` to its `sources` elements, but not `sizes`, `media`, `height` or `width`. This causes webp and other formats to be downloaded for...
Adding Tailwind plugin to Prettier breaks codegen ``` { "name": "openapi-test", "dependencies": { "@rtk-query/codegen-openapi": "^1.0.0", "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.4.1" } } ``` ``` // openapi.config.js module.exports = { schemaFile: 'https://raw.githubusercontent.com/reduxjs/redux-toolkit/master/packages/rtk-query-codegen-openapi/test/fixtures/petstore.json',...