Matt Mulder

Results 7 issues of Matt Mulder

I've been trying to statically generate pages with `getStaticProps` and `getStaticPaths`, but the dev server crashes whenever I try to import `fs`; production builds work just fine. ``` ❱ yarn...

I have a situation where there are three packages that depend on one another like so: - **pkg-c** depends on **pkg-b** - **pkg-b** depends on **pkg-a** **pkg-c** and **pkg-a** both...

My understanding of this rule is that it's meant to prevent packages in the monorepo from importing files that exist locally, but would not be present after publishing to NPM....

enhancement

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...

kind: bug
type: needs investigation
area: app

Maybe a weird edge case, but this caused an unexpected visual change in our app when migrating a root from `ReactDOM.render`. React version: 18.2.0 ## Steps To Reproduce 1. Define...

Status: Unconfirmed

[CSS Cascade Layers](https://caniuse.com/css-cascade-layers) are in the 2022 Baseline, and have broad browser support now. This feature solves the core CSS specificity problem that originally convinced us to create wrappers for...

I've been using `react-scan` in a project with a legacy webpack 4 build, and noticed that the NPM dist uses modern syntax that can't be parsed. To work around, I've...