RISHIKESHk07

Results 27 comments of RISHIKESHk07

@yurishkuro how to check if my code is running correct after changing the component

@yurishkuro i did rewrite the monitor , i don 't see any error except for the below , is there anything i missed ''' 7:56:27 PM [vite] http proxy error...

@yurishkuro Does this work ? ``` js { "type": "node", "request": "launch", "name": "Jest: current file", "skipFiles": [ "/**" ], "program": "${workspaceFolder}/node_modules/.bin/jest", "args": [ "${relativeFile}", "--config", "jest.config.js" // this would...

i got a dependency conflict on npm i , ``` npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...

@yurishkuro should i resolve it directly , or is there any other solution for this ?

i did --force to fix above issue and tried running the run and debug on the .test.js files , ![image](https://github.com/jaegertracing/jaeger-ui/assets/117551967/bcb77f30-a2ad-4490-b846-61a5a8d00c15)

@yurishkuro I did try various changes but it did not fix it , any suggestion where I should focus , I did see that jest is having a problem with...

@yurishkuro does this look fine ? ![image](https://github.com/jaegertracing/jaeger-ui/assets/117551967/79b87c07-89d0-4273-a9fd-88f0ca4cd6cc)

``` { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type":...