Lukas B.
Lukas B.
## Describe the bug Our application uses https://mui.com/ as a component library. It has standard components for displaying _Dialogs_ and _Select_ inputs. Both components will create a separate DOM hierarchy...
Let's imagine several projects combined in one large git repository. Each of these projects has their own root folder in this repo. They are all related to each other so...
fixes #233 The only thing missing (IMO) was that language packages had to override `determineProjectPath` so that they can provide an alternate language server root instead of the atom project...
My code produces two messages provided by [`linter-eslint`](https://github.com/AtomLinter/linter-eslint) that causes a react duplicate key warning in the atom dev tools. ### Code ```js export default function myFunction() { switch (true)...