-
**Describe the bug**
I'm trying to use this library on my bare react native app, but after downloading the models, I'm getting this error "Model loading failed: [TypeError: dims[1] must be an integer…
-
### Check existing issues
- [x] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
Inline with https://github.com/E…
-
Related to User Story #4
---
-
**Goals** - _Which is the goal of the task?_
tbd
**Acceptance criteria** - _Conditions to satisfy in order to be accepted._
tbd
**Business outcome** - _What is the problem it solves or the benefit…
-
### Version number
0.63.1
### Description of the bug
Although there exists some styling for text fields with invalid data, this is only activated when the `error` prop is set. This should also appl…
-
### Current Behavior
Using `@tamagui/input` `Input` none of `keyboardType`, `inputMode` and `secureTextEntry` props are working as in native `TextInput`.
The keyboard opened is the default no matt…
-
A bug so bizarre that it must be because I'm doing something simple wrong, but here goes:
I have a full stack react app in which phone numbers can be added to a database using a form or via CSV upl…
-
## Issue
The type is declared to be a `Date` (potentially undefined)
```ts
// https://github.com/Iterable/react-native-sdk/blob/master/ts/IterableInAppMessage.ts
declare class IterableInAppMes…
-
I'm not going to PR this because the project doesn't support typescript, but I added this component to my project, rewrote in in TS and converted it to a React functional component with hooks
Also …
-
React version: 18.3.1
## Steps To Reproduce
1. A functional component with a slow render method of around 3 milliseconds
2. Three states: `a`, `b`, `c`
3. One effect that runs when state `…