Schema no longer supports rules
RyanMacG opened this issue · 1 comments
RyanMacG commented
As of last week/version 0.28.0 the Schema object no longer supports rules as it did previously - more info here https://github.com/ianstormtaylor/slate/blob/master/packages/slate/Changelog.md#0280--october-25-2017
The line that seems to be causing this issue is -
slate-edit-list/lib/makeSchema.js
Line 10 in 1b191b2