spacecat
spacecat
> @spacecat I think it should be mentioned in the readme. As for what happens, if you take a look at `rollup/writeCjsEntryFile.js` file the bundler handles this case: > >...
@bluebill1049 got any directions for how to go about this?
> This example still has algoliasearch v4. Either: > > * change to algoliasearch v4 and use the example as-is > * change `import type { SearchClient } from 'algoliasearch/lite'`...
The following seems to be working - just updated my code: > change import type { SearchClient } from 'algoliasearch/lite' to import type { LiteClient as SearchClient } from "algoliasearch/lite";...
Any updates/progress on this feature?
It's been almost a year since I posted my ["thumbs up"](https://github.com/NiklasPor/prettier-plugin-organize-attributes/issues/10#issuecomment-2036433908). 😢
> > Hey all, this formatter is based on a html parser which reorders the attributes. I'm also using TSX a lot and would love react support, but I think...
Thanks @RobinMalfait, it's working! When do you think there will be a new version of headless UI? :) The latest version is 2.1.2 I believe.
I had some time to upgrade headlessui npm package from "@headlessui/react": `"0.0.0-insiders.557c103",` to `"@headlessui/react": "2.2.0",` today and try removing `unmount={false)` from my `TransitionChild `thinking this had been fixed by recent...
@dreyescat please update the readme explaining this npm package will not work with recent React versions.