Is there a way I can disable the close button on the tooltip? I have tried to edit the scss file and tried to set the opacity to 0 in the props, but it does not seem to be working.

Apologies, just fixed it through the props.
@SamSunani Which prop did you change in order to do that ?
@dhaneshKatre you can use this to disable it:
<Joyride
styles={
{
buttonClose: {
display: 'none',
},
}
}
Oh, cool! Thanks a lot! @GlisboaDev
Most helpful comment
@dhaneshKatre you can use this to disable it: