-
### Describe the bug
SolidJS produces hydration errors when resolving children that aren't attached to the DOM.
Picture this:
```tsx
const Component = (props) => {
const resolvedChildren …
-
When user navigate to `Test3Route` default back arrow is not displayed. What I did wrong?
Here my app_router code
```
@singleton
@AutoRouterConfig(replaceInRouteName: 'Page,Route')
class AppR…
-
Problem
```js
let input = $("input");
if (!input) {
throw new Error('no input element selected');
}
input.value = "foo"; // E: Property 'value' does not exist on type 'Element'.
```
Here…
-
### Type of issue
- [X] Bug
- [ ] Enhancement
- [ ] Compliance
- [X] Question
- [ ] Help wanted
### Current Behavior
From stack v1.05, the SourceTimestamp and ServerTimestamp of the children (Curre…
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Create a custom component:
```tsx
import * as React from 'react';
import { createComponent } from '@mui/toolpa…
-
### Current Behaviour
Broke with new graph
### Expected Behaviour
Should just work
### Possible Solution
Look into the hierarchical connect & zip mifs
### Version
main
### Relevant log out…
-
When adding paragraph to patches the heading is completely ignored. Example code:
```javascript
var patchChildren = [];
this.textViewData.forEach((item) => {
let titl…
-
1. I created a node called `Test Node`.
2. I copied the node as a reference and pasted it below the original one.
3. I opened the reference in a new panel.
4. I tried adding children to that node, …
-
![Screenshot 2024-08-28 at 5 26 36 PM](https://github.com/user-attachments/assets/8a0221cf-006b-4e29-9749-c7538cf61e99)
```
pw.Container(
width: double.infinity,
paddin…
-
After adding these three lines to SoluteComboBox.js in Molarity:
```js
buttonLabelContent: 'Solute',
tagName: 'h3',
accessibleName: soluteComboBoxLabelString
```
we get t…
twant updated
1 month ago