-
preact-cli 3.03
question / feature request
How to add optional chaining while using typescript?
I am using the default babel-loader config
Added this preact.config.js
```js
let { r…
prbxr updated
9 months ago
-
## Issue
Currently when using `@searchspring/snap-client` within a node (Next.js) environment we are getting a ` window is not defined`
Stacktrace:
```js
{
err: "ReferenceError: window is …
-
## There have been updates to the *storybook* monorepo:
+ - The `devDependency` [@storybook/addon-actions](https://github.com/storybookjs/storybook) was updated from `5.1.10` to `5.1.11`.
- The `de…
-
Hi, and first of all, thank you for developing 10ten reader! It has made reading Japanese webpages on iOS actually possible for me. Previously, my only ways to look up words were (a) install the JA->E…
-
### Package
- [ ] lucide
- [ ] lucide-angular
- [ ] lucide-flutter
- [ ] lucide-preact
- [ ] lucide-react
- [ ] lucide-react-native
- [ ] lucide-solid
- [X] lucide-svelte
- [ ] lucide-vue
- [ ] lucid…
-
**Describe the bug**
Getting this error (and app gets completely stuck) with [10.19.2](https://github.com/preactjs/preact/releases/tag/10.19.2). Everything works fine after a downgrade to [10.18.2](h…
-
I have created a module for components, at
.
I try to use it in a preact project, but it fails with the
React is not defined error. Also, it emits this warning,
```
Add @babel/plugin-transform-…
-
**What is the current behaviour?**
Adding a broswerslist config like this causes errors on optional chaining or nullish coalescing syntax
```
"browserslist": [
"> 1%",
"last 3 Chrome …
-
### Describe the bug
Descriptions in Docs tab in stackblitz from storybook.new - angular cli, are not displayed.
### To Reproduce
https://stackblitz.com/github/storybookjs/sandboxes/tree/next/angul…
-
Hello, I'm having a problem with @preact/signal-react.
Using this code provided by the documentation,
```js
import { useSignal, useComputed, effect } from "@preact/signals-react";
export default…