custom page with multy isolated components notification dont works
custom page with multy isolated components notification dont works if same time got notifications i cannot see it ro fast re-rendeering notification dom
#[Lazy] #[Isolate] class OltClient extends Component implements HasForms, HasTable { use InteractsWithForms; use InteractsWithTable; and somewhere Notification::make()->title('test')->danger()->color('danger')->send(); , how fix it ?
#[Lazy] #[Isolate] class OltClient extends Component implements HasForms, HasTable { use InteractsWithForms; use InteractsWithTable; and somewhere Notification::make()->title('test')->danger()->color('danger')->send(); , how fix it ?
0 Replies