mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-19 06:18:16 +01:00
3b16a1c3f0
* fix: ts Fix: - Argument of type 'Point | undefined' is not assignable to parameter of type 'Location'. Type 'undefined' is not assignable to type 'Location'. - Types of property 'zIndex' are incompatible. * use && * use optional chaining * revert optional chaining (not supported)