Link to home
Start Free TrialLog in
Avatar of Crystal Rouse
Crystal RouseFlag for United States of America

asked on

React page changes do not display

I am making changed to a React .jsx page and the changes do now show up when publishing the site. Sometimes the changes show up when running the code locally but it's sporadic.
It seems to be a caching issue.  I'm not sure how to troubleshoot this problem.
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

We will need to know a lot more about the problem than what you have given us.

Some code showing the relevant bits that are involved in the mystery (along with line number references as to where we should be looking)
Expected output
Actual output

A test page showing the problem would be first prize.

Right now it is a bit too vague to nail this one down.
ASKER CERTIFIED SOLUTION
Avatar of Shinesh Premrajan
Shinesh Premrajan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Crystal Rouse

ASKER

Thanks for the inputs.  I realized I didn't give enough info.  I'm new to using React.  I did figure this one out.
I wasn't setting the state for the object in question.