-
guys i am using svelte2tsx for transforming svelte to tsx for gneerating .d.ts
```ts
const tsx = s2x.svelte2tsx(content, {
filename: file,
isTsFile: isTsScript(cont…
-
`document.createElement` appears to be much slower than in FF/Chrome.
The core issue is shown with this code:
``` javascript
function test(n) { // Create n 'div' elements using document.createEleme…
-
Seems to occur when a call is aliased, so instead of `something.createElement(...)` it's just `someName(...)`
Example:
```js
return a.createElement(
a.Fragment, null, g("div", {
class…
-
Type: Bug
Expected Behavior
Using the lightning web components extension and doing the following in a jest test with ignoring **/__tests__/** through the .forceignore should not cause any problems:
…
-
Using a fresh install of `https://github.com/vadimdemedes/create-ink-app`, installing ink-select-input, and running the demo from the README generates the following error:
```
Warning: React.creat…
-
`nanohtml` now supports document fragments, which are very handy for returning a collection of siblings without having to wrap them in an arbitrary element.
However `nanocomponent` is not currently…
-
I am using NextJS 14.1 and am now running into an issue when using this library to create a client and provider for my application.
We updated to:
* @apollo/client to 3.9.5
* @apollo/experimental…
-
Hi !
I tried to use the package, but got this error:
> createElement is not a function
> render: function (createElement) {
> var tagProps = getTagProps(this);
> return createElemen…
-
React's `createClass` and `createElement` methods are exposed directly on the `Window` object by the CMS, for building extensions. This isn't very clean, and could possibly result in conflicts. Also, …
-
We found a minor bug in the DuckDuckGo macOS browser (version 1.102.0) where some requests are blocked, but are not counted in DuckDuckGo's count of how many trackers have been blocked. This occurs wh…