Nathan Bierema

Results 49 issues of Nathan Bierema

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). The `@mui/lab` package imports `@mui/types` package in its declaration files, so `@mui/types` should be a regular...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The declaration files currently have...

typescript
component: pickers

Resolves https://github.com/reduxjs/redux-devtools/issues/1037.

### Issue description esbuild is failing to make sure that the ESM wrapper (i.e., the `init_*` function) is getting called before accessing the variables exported from the module in some...

Resolves #561. I added `csstype` as a normal dependency, but it could also be made a peer dependency if desired. See [this article](https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0) for more details about why peer dependencies...

## Expected Behavior notistack installs without warning. ## Current Behavior Yarn Modern warns about a missing peer dependency: ``` ➤ YN0002: │ notistack@npm:3.0.1 [cf7a2] doesn't provide csstype (p96778), requested by...

We are planning to remove three's ambient namespace since three.js no longer includes a UMD bundle [as of r161](https://github.com/mrdoob/three.js/wiki/Migration-Guide#r160--r161). This PR fixes the packages on DT that depend on three's...

Owner Approved
Edits multiple packages

three.js sets `toneMapping` to `NoToneMapping` by default, however react-three-fiber sets it it to `ACESFilmicToneMapping` by default, which produces some modified colors for `Text`s. It would be nice to disable tone...

## Issue Tracker This is used to track potential issues we need to investigate surrounding the `r163` release. ### Core ### Docs ### Addons - [x] https://github.com/mrdoob/three.js/pull/27829 - https://github.com/three-types/three-ts-types/pull/858 Last...