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

Edge issue: Invalid argument. at DefaultDomRenderer2... BaseAnimationRenderer... #22

Open
vddrift opened this issue Jul 16, 2018 · 1 comment

Comments

@vddrift
Copy link

vddrift commented Jul 16, 2018

Because the 'dir' attribute is reserved, Edge 42 throws an error.

Solution: replace 'dir' with 'direction' in arrow directive and carousel template.

This is the error.

  • Invalid argument.
  • at DefaultDomRenderer2.prototype.setProperty (eval code:3015:9)
  • at BaseAnimationRenderer.prototype.setProperty (eval code:636:13)
  • at DebugRenderer2.prototype.setProperty (eval code:15619:9)
  • at setElementProperty (eval code:10961:5)
  • at checkAndUpdateElementValue (eval code:10880:13)
  • at checkAndUpdateElementInline (eval code:10814:5)
  • at checkAndUpdateNodeInline (eval code:14096:13)
  • at checkAndUpdateNode (eval code:14043:9)
  • at debugCheckAndUpdateNode (eval code:14936:5)
  • at debugCheckRenderNodeFn (eval code:14915:13)

This must be the reason: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir

@himanshu082
Copy link

Did you get the fix for this issue?

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

2 participants