-
# The issue
The `slotchange` event is similar to DOM Mutation Events (but better), but it does not provide a list of changes (being better, it is batched, , so someone using this event to track whi…
-
hey, the template is rendering the content as plain text, stripping the ` / ` elements. @snuggs
```html
{ip}
{port}
{user}
{pass}
{alive}
…
icyc9 updated
4 years ago
-
This element (or at least it's dist code) does a lot of `window` variable usage, breaking an SSR app, since there's no `window` on server-side. Error might be like that (this one's from an Angular app…
-
Had to substitute "exports" with "main" in package.json
-
In this example, I didn't explicitly close a couple of `` elements:
https://codesandbox.io/s/vigilant-goodall-hqh8u
That is, `` and other HTML void elements seem to require a trailing slash, e.g…
-
in `@Compoent`, schemas can currently only use the following values:
- `CUSTOM_ELEMENTS_SCHEMA` -> allow any `custom-tag` with any property,
- `NO_ERRORS_SCHEMA` -> allow any tag and any property
We …
-
As discussed, it would be good to align the constant format defined [by the spec](https://github.com/openxla/stablehlo/blob/main/docs/spec_draft.md#constants), and prettyprinting of `Tensor` and `Elem…
-
## Overview
As an alternative / complementary approach to #30 , I had been thinking about what it could look like if instead of the framework / runtime being the handler of the hydration, syntax, DSL…
-
I am currently working on some fixes that will allow stage0 to work in IE11 and I have a few questions.
1. What is the purpose for the whitespace pruning in `h()`? Is this simply an optimization/c…
-
**Is your feature request related to a problem? Please describe.**
The date of first release from this repo is May 09, 2018, Its almost 2 years now. I know all contributors might have worked with som…
ghost updated
5 months ago