-
Has anyone tried using DNDKit with Preact? Only have had a small chance to use and love it - but we're using Preact in production and looking for something that supports it. Most other libs seem to ha…
-
No error in console, there is an issue with rendering - seems like a container width\height wrong calculation - i'm using the simple example in demo
-
-
Preact, 10.0.0-alpha.2
preact-redux is not working, react-redux work properly
![image](https://user-images.githubusercontent.com/25993421/54815430-4cb22880-4cd5-11e9-8b0a-4f9dac3fefde.png)
There is…
-
Setting the `jsx` compiler option to `preserve` leads to an error in the LSP and when running `deno lint`. The `preserve` option is a valid value though.
## Steps to reproduce:
1. Create a `deno…
-
### Provide a general summary of the issue here
There are many `typeof window == 'undefined'` checks in this codebase.
In Deno 1.x, `window` is defined, so these are incorrect. In Deno 2, it won't…
-
https://preactjs.com/
-
### 🐛 Current behavior
"react-instantsearch-core": "^7.13.1" introduces DOM types into react native apps. We have experienced this issue with "react-instantsearch-hooks": "^6.33.0" as well.
Th…
-
[This fiddle](http://jsfiddle.net/oyz1c5fs/9/) is to reproduce the issue.
When trying it, you will notice the async route's transition class is not removed properly.
[This link](https://github.com…
-
Hello,
I was trying to use the loader with preact (bundling with webpack) and here's what I've found for other interested people.
I used following webpack conf:
```
rules: [
...
{
…