Typed.js показывает двойной курсор и сбивает массив строк
Это трудно понять почему возникает эта проблема, я не вижу ничего плохого.
Вы можете увидеть код
Код: Выделить всё
import React from "react";
import Typed from "typed.js";
class SkillsList extends React.Component{
componentDidMount(){
new Typed('#skills', {
strings: ['Front End Developer','Full Stack Developer', 'Chrome Extension Developer', 'Web Scraping and Automation', 'PHP Developer', 'Python Developer'],
typeSpeed: 75,
loop: true
});
}
render(){
return (
);
}
}
export default SkillsList;

Я пытался найти эту проблему, но не нашел ничего, что могло бы мне помочь
Подробнее здесь: https://stackoverflow.com/questions/767 ... in-reactjs
Мобильная версия