What's Changed
Bug Fixes
- fix(form): Handle string state in PdfViewerField to prevent
current()type error (#14)
The form template called current() on $getState() without checking if it is an array, causing a TypeError when state is a plain string.
Full Changelog: v1.1.1...v1.1.2