-
Hi,
i tried to play a bit with ` react-native-elements.ts ` as I was trying to understand how to get access to a specific property of a JSX.Element.
I am not very familiar with React-native so…
-
I'm using Dockerized AnythingLLM. When I mouse over things like the edit/copy buttons, send new messages, or save edits, AnythingLLM freezes and slows down for something like half a minute. It doesn't…
-
### Description
On react-native-macos 0.76, `UIGraphicsBeginImageContextWithOptions` and other `UIGraphics` directives were removed and we should now use `RCTUIGraphicsImageRenderer`
more details…
-
Let us have several floating portals nested inside each other. For example, floating portal 1 with an input field inside and floating portal 2 with a button to change the value in the input field. Whe…
-
Creating this issue to track `box-ui-elements` support for React 19.
I upgraded `react` and `react-dom` to the latest RC versions (`19.0.0-rc-77b637d6-20241016` at the time of this writing), and I'…
-
Hello everyone,
I am working on creating reusable React components for the Potree sidebar elements (at the moment I'm working on the scene objects three) and I'm finding it extremely difficult, so I …
-
### Provide a general summary of the issue here
When I use react-hook-form I cannot focus WITH isFocusVisible on the Select element.
The Select element itself gets the focus but without the isF…
-
Hello,
I’m encountering an issue when running my React/Next.js project on bolt.new versus my local environment. When I use bolt.new, the site works perfectly, showing all elements as expected. Howe…
-
### Provide a general summary of the issue here
According to the [`` MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody):
> It's permitted to use more than one `` p…
-
i use this style
```css
@media print {
/* Hide all elements except the certificate */
body * {
visibility: hidden; /* Hide all elements */
page-break-inside: avoid; /* Prevent break…