You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I love this package. It is very useful. However I am trying to use relative and external links within the text getting outputted and I have not found a way to do this. Do you have any recommendations? I have tried both the tag as well as the tag. Either the entire string gets outputted literally or I get an unexpected token error.
For reference, here is the block of code <TypeWriterEffect textStyle={{ fontFamily: 'monospace', color: 'white', fontSize: '1em', float: 'left', margin: '16px'}} startDelay={108000} cursorColor="white" text="Finally, if you would like to look at my resume it can be accessed by clicking <Link to='/resume'>Here</Link>" typeSpeed={100} scrollArea={Index} hideCursorAfterText= "false" />
The text was updated successfully, but these errors were encountered:
Hello! I love this package. It is very useful. However I am trying to use relative and external links within the text getting outputted and I have not found a way to do this. Do you have any recommendations? I have tried both the tag as well as the tag. Either the entire string gets outputted literally or I get an unexpected token error.
For reference, here is the block of code
<TypeWriterEffect textStyle={{ fontFamily: 'monospace', color: 'white', fontSize: '1em', float: 'left', margin: '16px'}} startDelay={108000} cursorColor="white" text="Finally, if you would like to look at my resume it can be accessed by clicking <Link to='/resume'>Here</Link>" typeSpeed={100} scrollArea={Index} hideCursorAfterText= "false" />
The text was updated successfully, but these errors were encountered: