-
Using preact and preact-compat to a react app where react bootstrap was working fine. When switched to preact, panelgroup accordin started showing bug. When we click on panel header/heading it disappe…
-
## Preact
Preact is a fast, 3kB alternative to React, with the same ES2015 API.
Preact retains a large amount of compatibility with React, but only the modern (ES6 Classes and stateless function…
-
### 相关平台
微信小程序
**小程序基础库: latest**
**使用框架: Preact**
### 复现步骤
```
TypeError: n2.contains is not a function
```
是由于 preact 一个 commit 引起的,见 https://github.com/preactjs/preact/pull/4421…
towry updated
3 months ago
-
**Issue:** Deno testing suit documentation does not elaborate on how to render and test components.
**Discussion:** I have been having trouble finding ways to conduct unit tests for Fresh componen…
-
When mix-and-match preact and react components in typescript, typescript complains as react's element cannot be converted to preact's JSX element.
![2017-04-12-22 30 37-screenshot](https://cloud.gith…
-
- [ ] Verify Links
- [ ] Verify Accuracy
- [ ] DomTargeter inject
- [ ] Controller track functions
- [ ] Hook documentation
- [ ] Snap Preact controller types
- [ ] Snap Preact instantiator config
- […
-
**Stencil version:**
```
@stencil/core@
```
**I'm submitting a:**
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of the…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Preact
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Sol…
-
We are currently having problems integrating into our CI due to mismatches between preact API and a few dependencies we have.
Rebass used to work well with Preact before 3.x was released and made u…
-
I'm looking to write preact or vanilla web components and ssr prerender them into pages. When looking at your SSR example I see that you're using skates custom Element class to extend from. Could we…