-
As ECMAScript 6 (and even 7) features become easier to achieve and use in a project, I feel that we should have allowances for using (what is now) first-class asynchronous primitives: Promises.
_Stor…
-
I'm trying to diagnose why this package:
https://www.npmjs.com/package/@primer/octicons-react
Which contains the required magical incantation of `sideEffects: false`:
https://github.com/primer/oc…
-
Right now in npm or yarn it's impossible to ignore packages.
This makes it very difficult to package small ```node_modules``` folder.
Let me explain:
In my apps i use many packages, some for whic…
-
# Context
Web Components have [hydration or upgrade capabilities built-in](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-upgrades-examples).
Basic example:
```ht…
-
- [x] Review the documentation: https://clerk.com/docs
- [x] Search for existing issues: https://github.com/clerkinc/javascript/issues
- [x] Go through package changelog files.
- [x] Provide th…
-
### Background & Context
I am using **DOMPurify** in my react App
### Bug
**DOMPurify.sanitize is not a function**
#### Input
```
import DOMPurify from "dompurify";
const dirty = `I lov…
-
Hi,
I am trying to use PDFDownloadLink to create download pdf link in my react project.
It works after render but after reload the page, it hit error and I don't know why.
I am using react with n…
-
# Feature request
Tree-shaking is currently not possible with the supabase-js library because `SupabaseClient` is implemented using classes. Neither Webpack or Rollup supports tree-shaking class me…
-
**Bug**
When you run on a physical device with `expo run:ios`, the error says `ld: 12 duplicate symbols`.
**To Reproduce**
Steps to reproduce the behaviour:
1. Follow the exact same steps from …
-
"Compare "How do I write React" Google results with "How do I write RDF"
Google results. React's first hit[3] is served by its authority (reactjs.org). It links
to a description that is compellin…