Problem with git branches in react project [closed] - javascript

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 months ago.
Improve this question
I have a develop branch, from this branch I created create-page and custom-hooks branches. There is a useFetch on custom-hooks, which I need on create page, but it doesn't show up, when I checkout between branches.
I tried merging develop with custom-hooks, but still I can't see useFetch on create-page.

Related

How to resolve lazy loading issue in React [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 days ago.
Improve this question
I test my app and found out when I create a multiple pages the page state take time 3 to 4 sec also if I am double click page state is gone.
I try to disable unnecessary apis to get a better loading experience.

My js code is not working in custom js plugin but if i use this code inspect console it is working [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 days ago.
Improve this question
I was trying to search input value on formidable form enter image description here

I can't see any result on browser after using Navlink and link tags [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 days ago.
Improve this question
i tried to make a navbar using map fuction and Navlinks to put links on it but cant see anything on browser and console doesnot showing any error

Module not found: Can't resolve '#mui/x-date-pickers/DatePicker' in 'C:\Projects\kcv_master\kcv_frontend\src\app\main\abcd\creatAbcd' [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
./src/app/main/abcd/creatAbcd/AbcdForm.js
Please,I want solve this error?when i was using ui materials it was throughs error.
It's error throughs cause by when you did unnecessary used at top imported place of that module, so please be delete that entire module.
Which you Need Delete:->see here delete this one:import { DatePicker } from '#mui/x-date-pickers/DatePicker';
***TRY It:->***npm i #mui/x-date-pickers/DatePicker

fixing slider on my website [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I am trying to add slider to run on my website but it is trowing this error preventing it from running.
this is link of the webstie
http://victoryauctions.net/
can anyone help me
Remove max-height: 164px from .fetrhgt and .clashgt (maybe it should be min-height?

Categories