pipech
pipech
> Disabling side effects for my imported barrel libs works for me. > > I don't use side effects, seems like a lib thing to rely on that. Unless i'm...
I did try adding `sideEffects: false` to `package.json` but some how it broke the ui on my apps, not sure what happen there. @Sodj I think you should play around...
I think Facebook only allow 1 hashtag per post. I can't find official docs but you could try google for "facebook share dialog multiple hashtags" https://github.com/nygardk/react-share/issues/56
It's because Pinterest has media as required props. https://github.com/nygardk/react-share/blob/2f8e90646211b07868b3feb52b910cc096e517ad/src/PinterestShareButton.ts#L5-L10
Another issue pops up when the text gets really long – there's no padding on the right side. 
Oh sorry, I always thought there should be padding on both sides. I get that having padding on both sides looks nicer, but maybe the lack of padding could serve...
[#### Note: Tamagui compiler is turned off in DEV mode, production/release performance is greatly improved, it reaches `StyleSheet` levels.](https://github.com/efstathiosntonas/react-native-style-libraries-benchmark/blob/2625703a09bf23450ef2d0fab5abdb7a9cfa58a6/README.md?plain=1#L15) Related discussion: https://github.com/tamagui/tamagui/discussions/1471
Switch to use Algolia as source, everything seems to works perfectly with [afterdistinct](https://www.algolia.com/doc/api-reference/api-parameters/attributesForFaceting/#parameter-option-afterdistinct) settings. So the problems seems to be somewhere on `@meilisearch/instant-meilisearch` or `meilisearch`.
I see mine is old version `5.19.0`, you could close the issues doesn't exist on latest version.
> [@pipech](https://github.com/pipech) I can't reproduce this on the latest version, can you please share the output of `bench --version` ``` bench get-app --soft-link /home/frappe/bench/my_folder/my_app ``` One thing, that folder to...