reagent-project / reagent-forms

Bootstrap form components for Reagent
339 stars 78 forks source link

Reagent-forms demo site shows blank page #77

Closed dpetranek closed 8 years ago

dpetranek commented 8 years ago

Navigating to the reagent forms demo page linked from the repo README shows a blank page. I'm using Firefox 42.0 on Windows 7 64-bit. Also on Google Chrome Canary. reagent-forms-demo

dpetranek commented 8 years ago

But it does work on Internet Explorer 11, huh.

yogthos commented 8 years ago

Hmm interesting, I'm ok viewing it in chrome on os x, but latest ff barfs on it here as well. I'll take a look at some point. Might just be a matter of updating the dependencies.

binarykitchen commented 8 years ago

Just open the dev console. Error is uncaught exception: Invalid match arg: /\./

yogthos commented 8 years ago

so ff Js implementation handles regex differently?

tpatja commented 8 years ago

OSX 10.11, Chrome 48.0.2564.103, shows blank page. Uncaught Invalid match arg: /\./

yogthos commented 8 years ago

yup, can reproduce, I guess I'll have to make a new build for it :)

yogthos commented 8 years ago

ok it's back in working order :)