-
In React Native 16 when I import the module this error appears in my console:
`Cannot read property 'func' of undefined`
Maybe propTypes?
-
I am trying to use `@field` in my react.js application. This application is bought theme from Themeforest. The error i am facing is this
```
ERROR in ./src/watermelon/model/Staff.js
Module build …
-
Hi everybody, i have a doubt. How can I filter the emojis displayed?
it would be useful to show only some categories similar to the "categories" attribute but also to be able to limit the emojis show…
-
- [x] I have searched open and closed issues for duplicates
- [x] I am submitting a bug report for existing functionality that does not work as intended
- [x] I have read https://github.com/sign…
-
1. Tinode's textarea should expand upwards when user is typing a message. In a case of a large message is difficult to read the written text when only 2 lines are visible,
2. There should be a poss…
-
-
How front-end developers would like to use the API programmatically? Explore the options, wishes and expectations.
-
I'm trying to pull the unified value and populate a backend api with that value, but i'm not getting a value populate. Any ideas.
```
const handleEmoji = (emojiData, event) => {
setSelect…
-
The backend is *half* done already - there's an `/api/add-message-reaction` endpoint, and the reactions on a message can be fetched with `/api/message/:messageID` (or through message lists, etc). Ther…
-
I'm experiencing an issue where I'm changing the view on the same page according to the state value, effectively toggling between two different views. However, when I switch from the first view (page)…