Rohit Dalal
Rohit Dalal
> I experienced the same behavior, but it turned out that the first child of the target scroll-to-component had a top margin. Removing this top margin solved the problem for...
Did all the steps as above, but getting this error: NameError: name 'current_app' is not defined Can you please help me solve this?
yes, i'm also facing the same issue. it is not editable naively, but if you place your cursor in between the country code and edit, it allows to do so
yeah, I am facing the same issue. While doing client-side navigation, the page gets fully refreshed automatically.
[https://nextjs.org/docs/basic-features/script#executing-code-after-mounting-onready](https://nextjs.org/docs/basic-features/script#executing-code-after-mounting-onready) `onReady` prop, this will help ;)
I'm using `next-pwa`, `@sentry/nextjs` and `@next/bundle-analyzer` . Did this without `next-compose-plugins` ``` module.exports = withSentryConfig(withPWA(withBundleAnalyzer(yourNextConfig)), { silent: true }); ``` Works fine 👍🏻
The classifier is not accurate, showing 'bad' for https://www.youtube.com.
here's what i found to solve: 1. update `@radix-ui/react-dropdown-menu` to `2.1.1` 2. set `modal={false}` on `DropdownMenu` hope it helps.
`i` prop is optional as mentioned in the [docs](https://github.com/react-grid-layout/react-grid-layout#:~:text=Layout%20is%20an%20array%20of%20objects%20with%20the%20format%3A) as well. any changes expecting on this soon?
i am also facing the same issue. in my case i have a tanstack-table row where i can expand/collapse row entry to show multiple sub-rows for that row. https://github.com/user-attachments/assets/e52bd29e-e783-48a5-8275-c68d9c4bfa84 thanks...