Sean Moghadam

Results 8 comments of Sean Moghadam

Just made an update from 0.9.1 to 0.13.2. The old code with the same validation worked - now it's not working anymore. Issue still open: ``` { "error": "Validation Error",...

I took a look at the validatorjs lib and checked the two regex they use internally: ```// from http://goo.gl/0ejHHW const iso8601 = /^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/; // same as above, except with a...

Hello, I'm having the same problem with missing events. I tried downgrading several libs, but without success import React from "react"; import moment from "moment"; import Scheduler, {CellUnits, DATE_FORMAT, DemoData,...

Resolved my issue, had to downgrade to: "react-dnd": "^5.0.0", "react-dnd-html5-backend": "^5.0.1" At my first attempt i missed the ^ flag, so it got still installed in the wrong version. Seems...

Solved it also with: import * as Konva from 'konva/konva';

I also need that feature, any updates?

still an issue in 0.84.0 - reverted to 0.80.0 which has security vulnerabilities and some bugs on ResponsiveCanvasBar. 0.84.0 works with the correct loader (development) but is incompatible with the...