kennethhaspeel

Results 7 comments of kennethhaspeel

Maybe a coincidence but when i install MvcSiteMapProvider.MVC5 the Display Items are added, along with the Mvc.sitemap and MvcSiteMapSchema.xsd files. After the install, an update of MvcSiteMapProvider.Web is suggested (4.6.1...

There is the little arrow besides the group name. If you want more, i think you can just change the css

That is what i meant with "I tried setting the optional layers as base layer but that just controls all base layers, not just the layers in that group". I...

I can confirm the issue exists. I'm also using version 3.0.1. `.... .Search(x=>x.id).IsEqual(ids)` with ids being a string array results in "QueryableStringSearch ... does not contain a definition for 'IsEqual'...

I think i'm having the same issue. I'm using react-auth-kit 3.1.2 Before logging in: ![notloggedin](https://github.com/react-auth-kit/react-auth-kit/assets/23094979/e257793c-b4a5-4efc-a82d-db231af4808a) Afte logging in, the cookies are set but nothing rerendered: ![loggedin](https://github.com/react-auth-kit/react-auth-kit/assets/23094979/d8d21093-a7b7-400c-bdcf-3b97919aad6d) After refreshing the page...

I don't think anything will change. It seems the current version doesn't use state so there is no state update. I draw this conclusion from this: [https://github.com/react-auth-kit/react-auth-kit/issues/1558](url)

> Is there a temporary workaround we can use before V4 release? Have you tried the workaround @Odinaev444 mentioned? I'm not using this in my current project anymore (but will...