-
It seems that the created callback runs immediate when using `document.createElement('gaia-tabs')`. The problem is, this is where the logic is that generates the progress bar selector and selection lo…
-
> Warning: Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-cl…
-
This snippet is somehow causing an infinite loop in VS Code extension and watch command. The build file is getting deleted and created repetitively.
```rescript
@@directive("'use client'")
@modul…
-
Hi,
the component does not seem to follow some standard. I get a browser error on the console when using `document.createElement(..)` as discussed here:
It seems to work better when moving stuf…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-popover-view@5.1.7` for the project I'm …
-
hi
I use transform and i dont get the value from html tag like.
```
const options = {
transform: (node, index) => {
if (node.name == "button") {
return React.createElement(
…
-
Hey -- great package. That said, any plans to allow this to work with `createElement`?
When using `createElement`, it does add _a_ hashed attribute, however, it doesn't correspond to the one attac…
-
The following used to work, but now shows "[object Object]" instead of showing the desired HTML message.
Example:
```
var noticeHtml = 'Some HTML.';
var noticeElement = createElement( RawHTM…
-
webpack has the option for aliasing one module name with another, so you could alias react as jsx-render and use the default React.createElement function from the jsx loader
This would allow using …
-
We are up to using Polymer Dart to create Microsoft Office Task Pane Application. It uses Internet Explorer & Edge to render pane. But because of
```
// webcomponents.js
var elementsWithFormPropert…