-
### Versions
- vite-plugin-federation: 1.3.4
- vite: 4.5.2
### Reproduction
https://github.com/originjs/vite-plugin-federation/tree/main/packages/examples/react-vite
Additional Deta…
-
My Home Assistant version: 2023.10.3
**What I am doing:**
Installed BrowserMod on Lenovo M8 Tablet. Running an Alarm Clock app with Fully Kiosk running in the background.
**What I expected…
-
Hello!
I've recently started to migrate our tests to web-test-runner (thank you very much for it!) but I've stumbled across a possible bug when I've added [chai-dom plugin](https://www.chaijs.com/plu…
-
Hey! 👋 I just wanted to drop a note about something in the documentation that I think is incorrect:
> If the user scrolls a list, then navigates back and forth, the browser will scroll the page to …
-
**Describe the bug**
I'm using Next.js with an embedded Sanity Studio that is accessible at the `/studio` route. When I use `next dev` to do local development the studio functions correctly. Howeve…
-
# Motivation
To be able to run Aurelia code on NodeJS (with aurelia-pal-nodejs) in addition to running it in browser, using browser globals (such as `window` and browser DOM `Element`) directly shoul…
-
### Description
When using React 18 with NextJs in web, I get the error: "Missing getServerSnapshot, which is required for server-rendered content."
### CodeSandbox/Snack link
Not able to create fr…
-
## 📝 Provide detailed reproduction steps (if any)
1. …Create a new React SPFx app
2. …Install the dependency @ckeditor/ckeditor5-react: "6.1.0"
3. …Import the CKEditor component from '@ckeditor/c…
-
While messing with the transclusion detection I did find this one.
The cause is the import-button font-size is 999px, which was introduced 10 years ago. See: https://github.com/Jermolene/TiddlyWik…
-
1) calling setNum() after the first render results in the next setNum call not animating to the correct number if first setNum(number) = this.state.number. IE initialize with number state = 1954, then…