Steve Matney

Results 6 issues of Steve Matney

Because the `mountNode` never changes in the previous version of the code, `this.callbackRef` would not get called after an error was thrown. After a second re-render with new code, the...

Syntax highlighting breaks and reverts to simple string coloration when writing code like this: ```typescript export const backgroundColorStyles = css` background-color: ${({ backgroundColor }) => backgroundColor}; `; ``` I've been...

# Bug report ## What is the current behavior? _**EDIT:**_ As per [this comment below](https://github.com/webpack/webpack/issues/16544#issuecomment-1358333143) this behavior seems to be isolated to commonjs modules (and possibly other non-esm modules). When...

question

### Current behavior Because of the forced `moduleResolution` value in #28709, Typescript 5.7.3 fails saying that "node" is not a valid "moduleResolution" value. (It was deprecated: [`moduleResolution` docs](https://www.typescriptlang.org/tsconfig/#moduleResolution)). The specific...

stage: needs information
topic: typescript
v14.0.0 🐛

**Describe the bug** Looking here, there is no way to limit value stepping based on min and max values: https://github.com/capricorn86/happy-dom/blob/2cc044385bf53c8afc83aa9d1d1fb9735555680b/packages/happy-dom/src/nodes/html-input-element/HTMLInputElementValueStepping.ts#L16-L26 These values are also not limited in the `stepUp`/`stepDown` functions...

bug