Jonas Lörken

Results 4 issues of Jonas Lörken

### Describe the bug Unfortunately, [Swiper 7](https://swiperjs.com/react) (as ESM package) and react-create-app do not seem to work together. When I install Swiper 7 as node-module and import it, I get...

needs triage
issue: bug report

Hey! I'm alsways getting the a server error: **TypeError: Cannot read properties of undefined (reading 'includes')** I have used the example implementation (Next.js): ![screen](https://github.com/react-pdf-viewer/starter/assets/64772720/8a6938ee-698e-406d-8dc8-b2f965c61b05) Apparently this line is to blame...

Hey! I'm alsways getting the a server error: **TypeError: Cannot read properties of undefined (reading 'includes')** I have used the example implementation (Next.js): ![screen](https://github.com/react-pdf-viewer/starter/assets/64772720/8a6938ee-698e-406d-8dc8-b2f965c61b05) Apparently this line is to blame...

The output of the content based on the selected language did not work because the `type `attribute was not present: ``` $type = $source['type'] ?? null; return $type === 'options_page';...