-
Good day, I'm trying to replace JSC to V8. But got the build error when doing "Rebuild Project".
Could someone give any ideas? Much thanks. Here are my package.json and some version infos.
"depen…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
We have received requests for having a…
-
```typescript
const {
data: content,
status,
error,
} = tables.useLoadData(async () => {
const { data } = await getData(`/folder/${uuid}`, 'GET');
return data;
});
```
-
**Task: Using TypeScript with React State and JSONPlaceholder API**
**Objective:** Practice working with TypeScript by creating a type for an object, using it in a React state, and fetching and displ…
-
Hey Vitaly, can I have your contact details, e.g. Telegram or another messenger? I have a question about your code and, in particular, whether it is possible to create a strategy for the Parabolic SAR…
-
**Current Behavior**
The scroll indicator is not positioned correctly in the specific case of transitioning to a screen and adding a scrollview during the transition
![image](https://user-images…
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report
### What is the current behavior?
In 8.1.0 each field is rerendered with user input to any field.
![8 1 0](https:…
-
Weird behavior for transition between last slide and first slide, or first slide and last slide.
And also transition between slides when you click on the indicators.
## Steps to reproduce
The…
-
### Background
When fetching media resources via network requests (like images or videos URLs), a loading indicator is displayed during the request to show the user the request is active.
This lo…
-
### Description
When removing the last item in a list component (ScrollView/FlatList) with layout animations, I expect the list to animate and scroll to the new end of the list. Instead, the list sim…