Hi Freshdesk,
I created an React frontend using “fdk create --products freshdesk --template your_first_react_app”, then I made the changes to render my components rather than the default one’s but not able to see the result.
What I can see is normal “h1” or “p” tags are rendered but not a app which is fetching data from socketio(server running at backend), and something inside of useEffect.
I have attached the screenshots to explain the same.
First 3 are the snippets of Login Component which I want to render but not happening.
Then just below is the component Hello.js which is just a demo component but it is being rendered.
And now below you can see the App.js file where they are being called.