-
Channel.js
import React from 'react';
export class Channel extends React.Component {
click = () => {
this.props.onClick(this.props.id);
}
render() {
return (
…
-
### Описание
В миниаппе на нативном андроид-приложении VK не резолвится bridge.send('VKWebAppShare', ...), то есть при успешном шеринге ссылки промис не удовлетворяется, а при отказе от шеринга проми…
-
Follow up from #2135
The patch for 2135 is a temporary fix where we record the historical form step data.
We need to check if we can drop most of that patch and get by with nullable `SubmissionS…
-
### Description
Hi,
I’m encountering an issue with the FlatList in React Native (or when using the array mapping method). The rendered items are stacking on top of the previous ones. Below is the …
-
There is currently no easy way to invalidate queries. #1804 and #1805 together would solve this by allowing us to do it ourselves, but a built-in mechanism could also be helpful.
-
I have no luck writing a ReactJS Hook for Helia. I keep getting the following errors... Any thoughts?
Repro(s)
1. Start a new NextJS project
2. Add Helia
3. copy & paste hooks below.
4. Use i…
-
### Preliminary Checks
- [X] I have reviewed the documentation: https://clerk.com/docs
- [X] I have searched for existing issues: https://github.com/clerk/javascript/issues
- [X] I have not a…
-
### Before creating a new issue, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://gith…
-
### Summary
### Core Issue
When loading relatively large data for a given android system using `FileSystem.readAsStringAsync`, an OOM Exception is triggered in the following format:
```
Encoun…
-
### Link to the code that reproduces this issue
https://github.com/Neo-Ciber94/pglite-next-bug
### To Reproduce
> You can just clone the repo for reproduction, install dependencies and try bu…