-
Hello,
Thanks for your work. There is a bug related to react-select, in order to avoid this error:
""" starts """
react-dom.development.js?61bb:67 Warning: Prop `id` did not match. Server…
-
-
Hey @ashaffer!
I implemented React's [dangerouslySetInnerHTML](https://facebook.github.io/react/tips/dangerously-set-inner-html.html) function for svg contents since these awkward namespaces (`xlink:…
-
I am using two StyledFirebaseAuth components, one for signing up and the other inside a modal for signing in. When the modal renders, the buttons in the modal (sign in with google, ms, email) disappea…
-
We plan to release a new major version in 2024 ([milestone](https://github.com/babel/babel/milestone/16)).
This release won't have all the migration pain which there was while migrating from Babel …
-
Hello,
So, there is an issue with @elysiajs/html version 1.1.0 which html is not available imported from @kitajs/html.
it would be error like this .
```bash
SyntaxError: export 'Html' not fou…
-
New version of https://github.com/Callidon/bloom-filters/issues/72
The package makes references to `seedrandom` types in the compiled artifact without it being a dependency (its only a devDep).
…
-
Currently we need to write the attributes type manually like this:
```ts
// This is the only way to set the attributes type of a custom element
// @TODO @xcatliu We are working on a tool to build…
-
Theming responsibility should be delegated to the consuming project for 3 reasons:
1)
Currently we get around Emotion lib integration issues by creating our own context in uikit and exporting `…
-
Looks like `Col` is currently expecting its component prop to be of type `(() => string) | string`–documentation lists the expected type as `elementType`, and passing it a component works as expected.…