react-typist icon indicating copy to clipboard operation
react-typist copied to clipboard

Typing animations with React

Results 64 react-typist issues
Sort by recently updated
recently updated
newest added

Hey guys, seems the library acts crazy in React 18, spewing non-sense: React 18.0.0: ![image](https://user-images.githubusercontent.com/2067616/162587119-223f90ec-b5fb-4fb6-a0cd-f574fd394ebc.png) React 17.0.2: ![image](https://user-images.githubusercontent.com/2067616/162587122-5d8fdd09-12d0-46b5-aff0-4f4e651916fb.png) I saw in another issue someone mentioned animations may screw up in...

#### Developers can use the on typing done method when to give a dynamic text looping through the array. The typist can then be compiled with delay and backspace to...

URL: https://github.com/jstejada/react-typist#dynamic-content-usage On line 47 the code is: `'''` When it should be `'''jsx` Note: ' means `

Bumps [karma](https://github.com/karma-runner/karma) from 0.13.22 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Is it possible to put the typist on a loop? (ie restart after done)

enhancement
help wanted

Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.12 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

I was trying to add react-typist to my project with the following command: > npm install react-typist --save but I got the following error: > npm ERR! code ERESOLVE >...

## React gave me a warning when using Typist: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code...

![image](https://user-images.githubusercontent.com/16307013/143477979-7279f641-f889-43cc-9ca7-c24e7ad47028.png) ```tsx import React from "react"; import { Prism as SyntaxHighlighter } from "react-syntax-highlighter"; import { vscDarkPlus as colorscheme } from "react-syntax-highlighter/dist/cjs/styles/prism"; import Typist from "react-typist"; export function SrcContent({ children,...