You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm the issue. The current solution isn't working for the latest versions of Next. I have to investigate, but for now, you can fix this by including the following:
declare module "react" {
namespace JSX {
interface IntrinsicElements {
'l-bouncy': {
size?: string | number
color?: string | number
speed?: string | number
}
}
}
}
I've tried the dynamic import from the nextjs guide, but I'm still facing the same issue.
I'm using:
next 15.0.4
react 19
tried with ldrs 1.0.1 and 1.0.2
The text was updated successfully, but these errors were encountered: