Omer Mecitoglu

Results 5 comments of Omer Mecitoglu

I faced the same issue and this is how i solved it for now https://beta.nextjs.org/docs/api-reference/segment-config#dynamic

@cangokceaslan bazi type'lar hatali malesef. ornegin; ```typescript interface SubscriptionProductRetrieveResult { status: string; locale?: Locale; systemTime: number; conversationId?: string; productReferenceCode: string; name: string; description: string; } ``` ama API'da donen sonuc...

still occurs in `15.5` but not in `15.3`

> It looks like moving the component that's hosting the overlay to `use client` is a work-around. This makes the error disappear but the overlay is not attached to the...

@kyletsang you can find a minimal repro here https://github.com/omermecitoglu/ts-next-bootstrap-fontawesome/tree/overlay-trigger `overlay-trigger` branch has an example in the home page I noticed that it only occurs when the data passed to the...