spacecat
spacecat
Hi Sohan, I was wondering if this package works with MVC 5/MVC 5.1 that was recently released (a couple of weeks ago). If not, will there be an update? I'm...
This is the only Tailwind CSS example I could find: https://fkhadra.github.io/react-toastify/how-to-style/#css-classes-as-function I tried adding tailwind utility classes to `ToastContainer` `className` but if I for example add `w-40` it gets overridden...
Is it possible to override `$rt-mobile: 'only screen and (max-width : 480px)' !default;`? If so, how?
According to the docs the toast will take up all available width on mobile: https://fkhadra.github.io/react-toastify/how-to-style/#mobile How can I make it so that on mobile it looks exactly as on desktop?
### Preliminary Checks - [X] I have reviewed the documentation: [https://clerk.com/docs](https://clerk.com/docs) - [X] I have searched for existing issues: [https://github.com/clerk/javascript/issues](https://github.com/clerk/javascript/issues) - [X] I have not already reached out to Clerk...
**What package within Headless UI are you using?** `"@headlessui/react": "0.0.0-insiders.fbad6a9",` **What browser are you using?** Chrome Version 126.0.6478.127 (Official Build) (arm64) **Reproduction URL** https://github.com/spacecat/headless-ui-dialog-unmount **Describe your issue** 1. Follow the...
Can we please port this to React? 🙏🏼
Hi, I searched the issues here and someone mentioned to use ssr: false using a dynamic import but I can't get it to work. ``` const createStore = dynamic( ()...
I think this one is related to https://github.com/tailwindlabs/headlessui/issues/3348 Repro: 1. Go to https://tailwindui.com/components/application-ui/application-shells/sidebar 2. Take the react code from the first example: https://tailwindui.com/components/application-ui/application-shells/sidebar#component-73d9b2c2e2af9184f305f06649710086 3. Add `unmount={false}` to the `` component...
### 🐛 Current behavior error TS2322: Type '{ hitsPerPage: number; }' is not assignable to type 'IntrinsicAttributes & PlainSearchParameters'. Property 'hitsPerPage' does not exist on type 'IntrinsicAttributes & PlainSearchParameters'. 70...