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

Ace.ace undefined #44

Open
rubenmoor opened this issue Jul 29, 2021 · 1 comment
Open

Ace.ace undefined #44

rubenmoor opened this issue Jul 29, 2021 · 1 comment
Labels
type: bug Something that should function correctly isn't.

Comments

@rubenmoor
Copy link

Describe the bug
Using purescript-ace v8.0.0, running the following code, crashes immediately, the error message being self is undefined (same on firefox an google chrome), where self is the second argument of editNodeImpl.

  editor <- Ace.editNode element Ace.ace
@rubenmoor rubenmoor added the type: bug Something that should function correctly isn't. label Jul 29, 2021
@thomashoneyman
Copy link
Contributor

Hi @rubenmoor, thanks for reporting this! Just a couple questions to help narrow things down:

  1. What version of Ace (the JS library) do you have installed?
  2. How are you including Ace (the JS library) in your code? Is it via a bundler, like Webpack or Parcel? Are you using a <script> tag pointing to a CDN?
  3. Does this also happen on Ace v7.0.0?

Hopefully we can narrow this down and get it working for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something that should function correctly isn't.
Development

No branches or pull requests

2 participants