I am implementing a bootstrap table with a save button outside the table to save all the data modified at once instead of each row. I received data (500 rows) f
In React-Native, how do I set borderRadius to Text-components? I've tried using borderRadius in text stylesheet but it not work: import { formatPhone, mapNameWi
Below is the code with the react component, there is functionality to the play and pause button also the ability to skip to the next track or previous track. Sc
Frameworks used: Next.js, Socket.io, React I am making a simple messaging app. I am basically just emitting a message someone types, sending that message to the
I'm building a form with multiple pages, but my button to toggle the page throws an error. Objects are not valid as a React child (found: object with keys {0,
I have this table in react-table with the following columns: const columns = useMemo( () => [ { Header: "Id", accessor: "id",
When I inspect my code using the react devtools, I'm noticing some hooks trigger this error and cause the "parse hook names" action to error out. When I inspect
When I try to connect my React client to Huobi websocket, connection immediately closing. In nodejs I can connect to Huobi websocket without any configuration.
I created simple component for textinput that looks like that (without styles) import { FC } from "react" import { TextInput, TextInputProps, View } from "react
I am using Async component of react-select for inline editing in ag-grid. There is a event available in react-select component (onChange) which captures the val
I am building my first app in React and installed Material UI for the first time. While inserting a form component into my JSX, I get this error "TypeError: Can
I recently upgraded to axios 0.23.0 and I am now receiving an error when trying to access the error response object in a catch clause. This is where I am gettin
I want the MUI v5 DatePicker (@mui/lab 5.0.0-alpha-51) to behave like the DesktopDatePicker (allowing to directly edit the date in the textbox). But when clicki
I am trying to display data from axios in a table but it is not displaying I am quite new to react can you please help. Below is my code: export default functio
I installed the project I use ReactJs on my computer via GitHub, but when I use the npm install command for dependencies, I get python-related errors even thoug
I am having trouble in limiting the height of MUI Autocomplete component. When I select the value from the list it automatically add empty space or row at the b
I have a component that receives children prop as an array of objects and renders them. type Item = { id: number; name: string; }; interface IProps { chi
i'm developping a web 3.0 app and i want when users connect there metamask, if the network i not ropsten then metamask ask them to switch it cause my smart cont
When I use footer component in react , footer does not set at the bottom of the page if that page is empty or do not have enough section. So how can I fix it?
I have a video stored in my firebase storage and and I'm able to access it's download URL from firebase and trying to do this: const App = () => { var vide