-
### Package
react
### Package version
8.120.7
### React version
18.3.1
### Environment
```shell
System:
OS: Windows 11 10.0.22631
CPU: (24) x64 12th Gen Intel(R) Core(TM) i9-12900F
…
-
# react & react-dom
> also using `commonjs2` module
![image](https://user-images.githubusercontent.com/18028768/70306491-ef014480-1841-11ea-9ea3-bb1d7aff9c9c.png)
![image](https://user-imag…
-
I unbundled React and React DOM in `webmaker-browser` because they were getting packaged twice by webpack.
Ideally we should add them back to the manifest and bundle them with the rest of the JS...
-
### Steps to reproduce
Steps:
1.yarn dev
2.save any css for pigment-css on vscode
3.not reflected saved css on the display
When I change `color: "blue"` to `color: "red"` then save it on the…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am trying to integrate `react-router-dom` into the `scratch-gui` mod project to handle routing. I attempted to configure the router in the `app-state-hoc.jsx` file, but it did not work as expected. …
-
## Summary
`react-server-dom-webpack/node-register` doesn't find `use client` directive in IIFEs.
Consider the following code
code
```js
(() => {
"use strict";
"use client";
var __…
-
### Describe the bug
When typing a question mark inside the MultipleSelector component to search through the available options, it fires this error:
`SyntaxError: Failed to execute 'querySelector' o…
-
api:build: > Build error occurred
api:build: Error: Invalid environment variables
api:build: at onValidationError (/vercel/path0/node_modules/.pnpm/https://github.com/t3-oss+env-core@0.11.1_typescri…
-
## Bug report
### Current Behavior
When using the menu trigger it creates `aria-controls=[id of dropdown]` but the dropdown doesn't exist on the page, so it comes up as invalid html, "Error: The…