Category "javascript"

How to get Max Date in an array?

I'm trying to get max day in an array of dates but it returns Invalid Date or null. Can't figure out what is wrong. Should I convert the values to another forma

Uncaught TypeError: Found non-callable @@iterator (react/typescript|esbuild-loader)

So i am trying to replace ts-loader with esbuild-loader in webpack, however it seems like as soon as I make the change, the page stops working. { test: /\.t

How can i global configuring aws amplify?

I have configuring of storage, but i have one problem with customPrefix. CustomPrefix using for Storage.get and Storage.put. How can i do customPrefix for only

How to animate visibility of mesh in react three fiber?

I have a 3D model. I have the access to the mesh. What I want is to animate the visibility on button click. When I press a button the mesh should be invisible b

My browser sends fetch data request continuously and it gives pending status after giving 200 several times in react

I'm trying post some data in mongodb database and it works perfectly until the fetch request is sending continuously even if I didn't do anything. In the networ

product validation failed: describtion: Path `describtion` is required., name: Path `name` is required

when open seed page i get "product validation failed: describtion: Path describtion is required., name: Path name is required." instead of "seed opened", how I

Discord.js Send a message every X seconds with Client.on('ready', () => { });

I would like to send a message every X seconds and that the user who reacts first gives him 10 coins. The problem does not come from the system of coins, it is

How do I start an animation for a certain time?

I have the main loop of the program looped using requestAnimationFrame As for example after the character crashed, disable the collision for him for 3 seconds a

reading pathname from undefined using react router dom 6.3.0

I am using react-router-dom 6.3.0. Below are my routes inside App component <BrowserRouter> <Routes> <Route path='/article/*' element={<

Is it possible to make await + setTimeout + for loop work together?

I use async and for loop to test for fetch issues that might be caused by network or other issues. but testing too often It generates a request error similar to

JavaScript - Character counter for multiple textareas

I have a form on my website with several different textareas. HTML/PHP foreach ($bla as $blabla) { .... other php-code (not relevant) .... echo '<textare

Dynamic redirects with Gatsby

Given a Gatsby application with dynamically generated product urls on build: /product/x/ /product/x/variant1/ /product/x/variant2/ /product/y/ /product/y/varian

How to let user choose from sample of images displayed on screen along with option to upload from device?

const [selectedFile, setSelectedFile] = useState(null); const [preview, setPreview] = useState(null); const [predictions, setPredictions] = useState([

How to import component as a button in Nextjs?

I have this component with an internal link which is used in multiple pages when I try to import it as a button in the Nextjs application I get this result, it

getElementbyId does not work and returns null

When accessing the site, the image and characters are displayed for a moment with JavaScript, It takes a lot of time to load the image, and we have to lengthen

Do JSON-Web Tokens (JWTs) cover both authentication and authorization?

I am researching on how to create a blog website that allows a user to sign in and based on his/her user role they can edit blogs, delete blogs, etc. but only i

React Navigation crashes when rendering

I'm getting an error while rendering navigation container. I just installed the project with the step by step getting started guide. but still I'm getting an er

Sending a message from one Websocket connection another existing Websocket connection from another server

I am new to WebSockets and NodeJS and experimenting with realtime chat application using NodeJS and WebSockets. Here I try to understand how I can scale my appl

Unexpected identifier and Unexpected token export when using babel standalone

I was trying using 'Babel standalone' to import module but getting Unexpected identifier and Unexpected token export, I can't figure it out why. Importing is fi

input text animation not working on focus out if there is no text

I have a problem with my search bar When the user clicks on it, it expands with a simple animation in order to allow the user to write, and it should play the a