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
Do you want to request a feature or report a bug?
Report a Typescript compilation error.
What is the current behavior?
When compiling our project which has signature_pad as a dependency, the following typescript error
info-Checkingvalidityoftypes...
--125|Failedtocompile.126|127|./node_modules/signature_pad/src/signature_pad.ts:65:11128|Typeerror: Property'_drawningStroke'hasnoinitializerandisnotdefinitelyassignedintheconstructor.129|130|63 \|/* tslint:disable: variable-name */131|64 \|private_ctx: CanvasRenderingContext2D;132|>65 \|private_drawningStroke: boolean;133| \|^134|66 \|private_isEmpty: boolean;135|67 \|private_lastPoints: Point[];// Stores up to 4 most recent points; used to generate a new curve136|68 \|private_data: PointGroup[];// Stores all points in groups (one group per line or dot)
Which versions of SignaturePad, and which browser / device are affected by this issue? Did this work in previous versions of SignaturePad? 4.1.4
The text was updated successfully, but these errors were encountered:
paulferrett
added a commit
to RentBetter/signature_pad
that referenced
this issue
Feb 17, 2023
Do you want to request a feature or report a bug?
Report a Typescript compilation error.
What is the current behavior?
When compiling our project which has signature_pad as a dependency, the following typescript error
Which versions of SignaturePad, and which browser / device are affected by this issue? Did this work in previous versions of SignaturePad?
4.1.4
The text was updated successfully, but these errors were encountered: