-
### Description
Post-codemod, most Calcite components work with no or minimal changes.
However, `` and `` may require some changes because of the way lit-html works.
lit-html converts each temp…
-
If I parse editable content which includes Mathjax code in div‘s dangerouslySetInnerHTML attribute, how can I keep mathjax syntax render correctly ?
-
### Current Behavior
When the JavaScript is first loaded on a web platform, the page briefly shows the structure of the page (HTML) without applying the CSS for about 1-2 seconds. This issue causes…
-
### Should this be an RFC?
- [X] This is not a substantial change
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Descriptio…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Preact
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Sol…
-
First of all, thanks for this great package. I was able to generate a fully reponsive picture with only a few lines of code, which is amazing! To the problem
I am trying to use the `basePixels` dir…
HriBB updated
1 month ago
-
### Astro Info
```block
Astro v4.16.5
Node v22.9.0
System macOS (arm64)
Package Manager npm
Output server
A…
-
Hi,
I am trying to render two tables which have the same customing and are defined as ```table1```and ```table2```.
my code is:
```
library(RColorBrewer)
library(reactablefmtr)
library(htm…
-
**Current behavior:**
`injectGlobal` from `@emotion/css` retains injections from another emotion server!
**To reproduce:**
It's a server-side rendered app.
Render code:
```typescript
i…
-
I tried adding the script using `next/script` within `layout.tsx`
```ts
import React from 'react';
import { Providers } from './providers';
import NextTopLoader from 'nextjs-toploader';
import …