Filip Jakov Bulić

Results 5 issues of Filip Jakov Bulić

- [x] Check if updating to the latest Preact version resolves the issue Using Next.js (SSR) -> package.json: ``` "next": "12.1.2", "next-plugin-preact": "3.0.6", "preact": "10.7.0", "preact-render-to-string": "5.1.20", "react": "npm:@preact/[email protected]", "react-dom":...

Great job on the new version, really like the dx. ## Version: - "next-optimized-images": "^3.0.0-canary.10" ## Setup: - everything per recommended in the docs - `next.config.js`: ``` javascript [ optimizedImages,...

So, I saw the spec evolving and changing over the past couple of months, and the last commit happend >4 months ago? Also @surma left Google. Is there any plan...

The code: ```tsx // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore import riveWasmUrl from '@rive-app/canvas/rive.wasm'; import { Alignment, Fit, Layout, useRive, useStateMachineInput, RuntimeLoader, } from '@rive-app/react-canvas'; import { FC, useEffect } from 'react';...

bug

### Describe the bug In order to have typings from next.config, i use `@ts-check` at the top of the file. I use `next-safe` in the following manner: ```ts const nextSafe...

type: bug
needs: triage