Anıl Anar
Anıl Anar
### Description When I use a toast while a modal is open, I expect the toast to always appear at the top of the stack. ### Link to Reproduction https://codesandbox.io/s/homepage-forked-tiouzc...
# 🐛 Bug report Menu emits double click events when `closeOnSelect: false`, because of a technical issue, due to the following code snippet: ``` onPointerUp(event) { const evt = getNativeEvent(event)...
Just a friendly notification that due to a regression in `[email protected]`, `globby` broke too: https://github.com/mrmlnc/fast-glob/issues/253 Downstream example: https://github.com/dotansimha/graphql-code-generator/issues/3512
https://github.com/open-source-labs/reactime/blob/37ae68c5615f44a977fb08137adedf709b472353/src/backend/helpers.ts#L107-L114 The above code breaks for the following case: ``` const [, setState] = useFoo(); ``` because `hook.id.elements[0]` is `null` with the above pattern match. `hook.name` will crash.
**Describe the bug** When there are files that have permissions incompatible with whatever yarn bundle does with them (or yarn/fslib does with them), adding such files to .bundleignore does not...
I couldn't find anything in the docs. Or can we use `ngettext` with JSX? e.g: ``` const countButton = {count}; const result = {ngettext(msgid`${countButton} time`, `${countButton} times`, count)} ; ```
This runner uses `transpileModule` function from Typescript compiler API which **does not** type check. If so, what's the point of `jest-runner-tsc`?
# lib Update Request ## Configuration Check My compilation *target* is `esnext` and my *lib* is `['esnext', 'dom']`. ## Missing / Incorrect Definition `navigator.mediaDevices` (and potentially everything that doesn't exist...
If not, maybe one of the bigger communities (stylelint, styled-components, emotion, other css-in-js projects, a coalition of multiple communities) can take over?
As far as I can see, this plugin requires that the entry file must have a main function exported (by default), otherwise it doesn't have much to do with purescript....