You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when trying to clone an erased fabric object because your clipping group class doesn't exist in fabric:
Error: fabric: No class registered for clipping
at ClassRegistry.getClass (ClassRegistry.ts:30:13)
at objectEnlive.ts:109:12
at Array.map ()
at objectEnlive.ts:107:15
at new Promise ()
at enlivenObjects (objectEnlive.ts:103:3)
at objectEnlive.ts:159:16
at Array.map ()
at objectEnlive.ts:153:54
By the way, do I need to do something with the src/mixins/eraser_brush.mixin.ts file in fabricjs? I am also getting ts errors if I need to access the erasable property of fabric objects.
The text was updated successfully, but these errors were encountered:
I am getting the following error when trying to clone an erased fabric object because your clipping group class doesn't exist in fabric:
Error: fabric: No class registered for clipping
at ClassRegistry.getClass (ClassRegistry.ts:30:13)
at objectEnlive.ts:109:12
at Array.map ()
at objectEnlive.ts:107:15
at new Promise ()
at enlivenObjects (objectEnlive.ts:103:3)
at objectEnlive.ts:159:16
at Array.map ()
at objectEnlive.ts:153:54
By the way, do I need to do something with the src/mixins/eraser_brush.mixin.ts file in fabricjs? I am also getting ts errors if I need to access the erasable property of fabric objects.
The text was updated successfully, but these errors were encountered: