-
```sh
Task prebuild shx rm -rf packages/*/dist/
glob: no matches found '/Users/marvinh/dev/oss/preact-signals/packages/*/dist/'
```
## Steps to reproduce
1. Clone https://github.com/preactjs/…
-
**Describe the bug**
I tried to add `@react-pdf/renderer` library to my project that uses `import "@preact/signals-react"` and received the next error:
```
dispatcher.useSyncExternalStore is not a …
-
## *PROBLEM*
```sh
PS C:\...\NEW-NAME> deno task start
Task start deno run -A --watch=static/,routes/ dev.ts
Watcher Process started.
The manifest has been generated for 5 routes and 1 islands.…
-
Thanks for the great proposal. I'm willing to try to apply signals into next React project I'm going to work on, and [the most common library for that](https://www.npmjs.com/package/@preact/signals-re…
finom updated
3 weeks ago
-
- [ ] Check if updating to the latest version resolves the issue
**Environment**
- [ ] I am using `@preact/signals-core`
- [ ] I am using `@preact/signals`
- [x] I am using `@preact/signals-reac…
-
This test is namely for signals-based libraries. We need a test that shows that when a custom elements is rendered, none of its life cycle methods (`constructor`, `connectedCallback`, `adoptedCallback…
-
I know the approach of `use-signals` is try to micmic the standard spec, but looking more to know which one should be using right now if including Signals in React applications.
E.g. so far I have …
-
Here's the full repository with the my project: https://github.com/fkoemep/smiles-search
I'm working with the @headlessui/react library v1.7.17 and Deno v1.43.3, if I upgrade it to any newer versio…
-
In deno runtime, it is possible to import packages directly from the [https](https://examples.deno.land/import-export) url.
Examples:
```
https://deno.land/x/fresh@1.6.1/dev.ts
https://esm.sh/…
-
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…