-
If I use a closed shadow DOM, the styles appended by Goober to the document’s `head` no longer reach it
```diff
const root = document.createElement("div");
document.body.append(root);
+ root.att…
-
I try to install the package with npm to my next.js app that have react 18
and got :
```
npm ERR! code 1
npm ERR! path D:\Code\Google-map-Hackathon\test-next-app\node_modules\@ubilabs\google-maps…
-
### What would you like to share?
This component should be customized to accept `error` or `success` props and render current icons with colors as accordingly.
Reference
* https://ui.shadcn.com/d…
-
# 🐛 bug report
When I save a file in my project (even if it wasn't changed) that provides a Context and the respective Provider, HMR will try to hot-reload the page and crash it in the process.…
-
I have a situation where I create a React component that has a shadow DOM inside using (https://github.com/Wildhoney/ReactShadow):
```
import { css, styled } from "goober";
import root from "reac…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
_Current version: 14.2.4_
I've set up a pretty basic username/password auth. Page renders client side form, which calls upon client action inside which server action is awaited and based on what ac…
-
## O que deve ser feito?
Criar um component "Toast" onde o dev pode passar como parâmetros: Cor do component, título e texto do campo,
- [ ] Criar exemplos;
- [ ] Criar o componente;
## O que é …
-
Hey! Awesome library. Something that would be useful for me is an option to set the maximum number of visible toasts, that will automatically dismiss the oldest one when the maximum is reached.
I c…
-
{
"name": "frontend-forum-example",
"version": "1.4.2",
"author": "mobileschool",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
…