yuanyan/halogen

breaks in PhantomJS

Closed this issue · 1 comments

Hi there,

Having some issues testing this component in PhantomJS. Whenever I include it in a component which is included in a test, running in Phantom, I am getting these errors with (I know...) little useful information.

SYNTAX_ERR: DOM Exception 12: An invalid or illegal string was specified.

I've tried all kinds of different ways, but even a file with just import { BeatLoader } from 'halogen'; produces the error.

Running PhantomJS 1.9.19 btw

Any ideas? Chrome doesn't seem to mind at all.

FWIW this goes away in PhantomJS 2.1.1

-shrug-