What's Changed
Bug Fixes
- fix(infolist): Handle array state in PdfViewerEntry to prevent 403 Forbidden (#29)
The infolist template passed the raw state to getRoute() without handling the case where state is an array, causing getFileUrl() to fail and generate invalid URLs resulting in 403 errors.
Full Changelog: v1.1.0...v1.1.1