Fireclunge

Results 8 comments of Fireclunge

I hope this helps anyone with the same issue (after spending way too much time looking for a solution) It appears to be caused by brotli compression garbling the output...

This library for some reason decides that if a user isn't active it just won't ever send an email out and it does this by monkey patching the user model...

I don't sorry and don't have time to, I just temporarily uninstall the library unfortunately. It really is a great library though. But it's related to the way remix imports...

Specifically svg-load() in https://github.com/ealush/emoji-picker-react/blob/master/src/components/header/Search.css

Users love the feature so much I've been requested to add it back in! Here's my solution ```tsx # root.tsx import emojiPickerStyles from "emoji-picker-react/src/EmojiPickerReact.css"; import emojiPickerStylesBody from "emoji-picker-react/src/components/body/Body.css"; import emojiPickerStylesFlex...

Temporary workaround of mine for anyone curious (i'm using the vertical variant here) ```js const [valuePercentage, setValuePercentage] = React.useState(50); ```

Bump! This would be awesome

I posted here nearly 3 months ago and ended up just using dnd-kit which I would really recommend - especially if you're not already tied to framer https://www.npmjs.com/package/@dnd-kit/sortable