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

Undefined ReactReaderStyle

Open caronchen opened this issue 2 years ago • 1 comments

"react-reader"' has no exported member named 'ReactReaderStyle'.

import {
  ReactReader,
  ReactReaderStyle
} from "react-reader";
image
"react-reader": "^0.21.1"

caronchen avatar Apr 29 '22 16:04 caronchen

@caronchen Thank, looks like the ts typefile did not match what was exported from the module. Should be fixed in [email protected]

gerhardsletten avatar Jun 03 '22 17:06 gerhardsletten