RIP21 / react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor
https://react-simplemde-edtior.netlify.com/
MIT License
766 stars 103 forks source link

Module not found after after updating to v5.0.0 #162

Closed gurleensethi closed 3 years ago

gurleensethi commented 3 years ago
.../src/editor/items/EditorContent.tsx
TypeScript error in .../src/editor/items/EditorContent.tsx(2,29):
File '.../node_modules/react-simplemde-editor/typings/index.d.ts' is not a module.  TS2306

    1 | import React, { FC, useRef, useState } from "react";
  > 2 | import SimpleMDEEditor from "react-simplemde-editor";
      |                             ^

PS: I have installed easymde as suggested in the updated install section of the docs.

RIP21 commented 3 years ago

@gurleensethi thanks for reporting! Fixed in 5.0.1