Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Highlighter class instantiation doesn't exist on module declaration/definition #266

Open
1 of 3 tasks
handhikadj opened this issue Feb 23, 2022 · 0 comments
Open
1 of 3 tasks

Comments

@handhikadj
Copy link

This issue is:

  • Bug report
  • Feature request
  • Improvement

Description

I notice there's no export/import module for the class after I tried to code new TextHighlighter(// some args)

Actual behaviour

the module declaration/definition doesn't exist

Expected behaviour

the module is imported when write new TextHighlighter(// some args)

Steps to reproduce

  1. install using npm
  2. try to write this code new TextHighlighter(// dom element) on your IDE / text editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant