react-strict-dom icon indicating copy to clipboard operation
react-strict-dom copied to clipboard

React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targets

Results 85 react-strict-dom issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.6 to 7.27.1. Release notes Sourced from @​babel/runtime's releases. v7.27.1 (2025-04-30) Thanks @​kermanx and @​woaitsAryan for your first PRs! :eyeglasses: Spec Compliance babel-parser #17254 Allow using of...

cla signed
dependencies
javascript

### Describe the issue Im getting an error when I try to specify a helper for media queries to not have to write the string in every condition (or a...

bug
bug: stylex

### Describe the issue In short, you cannot simply install this package because react-native@>=0.75.2 currently points to 0.79.1 which peerDependencies react@^19.0.0, but this package peerDependencies React 18. ``` $ npm...

bug

### Describe the feature request I spend some time to setup RSD with Next.js. Nothing crazy, but I wanted to setup it the best way, with turbopack support. I think...

### Describe the issue `compat` is [documented here](https://facebook.github.io/react-strict-dom/api/other/compat/), but it does not have a Typescript definition. ### Expected behavior Typescript definition for `compat` is available ### Steps to reproduce -...

bug

### Describe the issue I've been trying to get react-strict-dom working with expo@canary and running into `Uncaught TypeError: _interopRequireDefault is not a function`. ### Expected behavior Hoping to be able...

bug

Until https://github.com/facebook/stylex/pull/856 is merged and released, this is kind of the only option to be able to write imports like defined in a tsconfig file.

cla signed

### Describe the issue Hello, I tried the example from [Theming Components](https://facebook.github.io/react-strict-dom/learn/themes/) docs, but I faced a minor TypeScript issue. Not sure if I'm doing something wrong. ### ❌ Type...

bug

### Describe the issue Myself and some colleagues have been asked to evaluate the accessibility of React Strict DOM for possible use in an e-commerce app that falls under the...

bug