Polaris Banner Web Component SSR Issue with onDismiss

Hello all ,

We started migrated some of our app components to polaris web components.

I started moving our banners to s-banner from polaris react and we hit some SSR issues.

In banner we have onDismiss function but when trying to load the page the onDismiss function on server is returning null but on client it returns the function we want so we get hydration error.

I have done the s-banner implementation like in the docs.

Is anyone else experiencing this issue?