-
### Describe the bug
I just created a `preact` project and used the `@tonconnect/ui-react`:
```TSX
import { TonConnectButton, TonConnectUIProvider } from '@tonconnect/ui-react'
export default …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Actual Behavior
Calcite provides typings for Preac…
-
First of all: thank you very much for this marvelous package!
For my personal needs, however, I "had" to bundle `htm` not only with `preact` but also with `preact/signals` - which surprisingly work…
rozek updated
1 month ago
-
### 相关平台
微信小程序
**小程序基础库: 2.33.0**
**使用框架: React**
### 复现步骤
初始化项目 taro init myApp
选择Preact
编译可以成功,小程序打开控制台报错
### 期望结果
正常运行
### 实际结果
app.js错误:
TypeError: y.createRoot is …
-
### Versions
- vite-plugin-federation: ^1.3.5
- vite: ^5.2.11
### Reproduction
create a new vite app - one remote and one host - and configure the MF :
```
// remote vite config
export …
-
- [x] Check if updating to the latest version resolves the issue
**Environment**
- [x] I am using `@preact/signals-core`
- [ ] I am using `@preact/signals`
- [ ] I am using `@preact/signals-reac…
-
If a Fresh project is a workspace member, an import error occurs on startup. Here's how to reproduce it:
```sh
echo '{"workspace": ["fresh"]}' > deno.json
deno run -A -r https://fresh.deno.dev f…
-
I'm wondering if it was intentional to ship Preact with the base posthog-js package as a dependency rather than as a peerDependency or as an optionalDependency?
Referencing this line here:
https…
-
Cloning https://github.com/D3nosaurs/d3nodata-website I successfully make a minimal app with only 2 files:
`islands/ChartContainer.tsx`:
```tsx
/** @jsx h */
import { h } from "preact";
import {…