HackettJP commented on issue #162:
URL: https://github.com/apache/age-viewer/issues/162#issuecomment-1951995068

   it is caused by errors in the code , hunt though lines is references the Red 
Compile Errors failed to compile etc and add a unique label .
   
   if  you add unique label to each of the buttons its flaggins you could make 
it a short name of the class if you want
   eg. aria-label="SBIDDisconnect"  etc.
   
   SidebarHome.jsx
   
   line 446-> 450
    <HorizontalLine />
    <div className="sidebar-item-disconnect-buttons">
               <button
                 className="frame-head-button close_session btn btn-link"
                 type="button"
                 aria-label="SBIDDisconnect"
                  color="#142B80"
                onClick={() => confirm({
   
   It will then compile with other warnings. not 'Failed to Compile' now I'm 
not sure what it breaks but seems to work for me. 
   Warnings will appear in other parts of the code seperate to above ,so it 
test before hand, it was a quick 10min fix. milieage may vary, beeen out of 
react programming for a year so bit rusty.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to