ianbjorndilling / react-typewriter

A React component for creating typing animations.
MIT License
86 stars 37 forks source link

minDelay / maxDelay #32

Open fabianclain opened 6 years ago

fabianclain commented 6 years ago

Version

0.4.1

Steps to reproduce

  1. just installed.
  2. Warning: React does not recognize the minDelay prop on a DOM element
  3. same for maxDelay

Expected behavior

What should happen not show the error

Actual behavior

What is happening

fabianclain commented 6 years ago

if just replace with low characters letters, the error goes away. I'll pull a fix.

Borisstoy commented 6 years ago

Replacing maxDelay works, nevertheless, can't find the minDelay anywhere

fabianclain commented 6 years ago

Guess it was only for maxDelay.. Should I push the fix on the repo ? 🥇

Borisstoy commented 6 years ago

that would be a great fix indeed!

emilianox commented 4 years ago

Hi! Any news on this?