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
The presence of the skill tab is erratic upon previewing or checking out the hosted page when the content is present inside that section.
In the above image, the skill tab is initially not rendered even though it has innerText attribute. Upon scrolling, the render function is called again and then it successfully renders. Please note that the second render won't be possible on the hosted page as it is a static page. Moreover, forcing the skill tab to render in the static page using JS is not a good solution.
The feature for dynamically rendering headings was introduced in 4ba4a1d. Look at the mentioned commit and tweak the implementation so that the behaviour becomes consistent.
The text was updated successfully, but these errors were encountered:
The presence of the skill tab is erratic upon previewing or checking out the hosted page when the content is present inside that section.
In the above image, the skill tab is initially not rendered even though it has
innerText
attribute. Upon scrolling, therender
function is called again and then it successfully renders. Please note that the second render won't be possible on the hosted page as it is a static page. Moreover, forcing the skill tab to render in the static page using JS is not a good solution.The feature for dynamically rendering headings was introduced in 4ba4a1d. Look at the mentioned commit and tweak the implementation so that the behaviour becomes consistent.
The text was updated successfully, but these errors were encountered: