Update react-scripts, TS and remove ESlint as it exist in CRA (#2302)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@ -57,11 +57,11 @@ const restoreElementWithProperties = <T extends ExcalidrawElement>(
|
||||
boundElementIds: element.boundElementIds ?? [],
|
||||
};
|
||||
|
||||
return {
|
||||
return ({
|
||||
...base,
|
||||
...getNormalizedDimensions(base),
|
||||
...extra,
|
||||
} as T;
|
||||
} as unknown) as T;
|
||||
};
|
||||
|
||||
const restoreElement = (
|
||||
|
Reference in New Issue
Block a user