Open Closed

Blazorise.SideBar not working #1068


User avatar
0
Leonardo.Willrich created
  • ABP Framework version: v4.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hi,

I am trying to add the Blaorise.SideBar package in the Abp.IO Blazor project, but it is not working. It seems that there is some version conflict.

I am following the steps as this document: https://blazorise.com/docs/extensions/sidebar/

The current version for Blazorise is 0.9.3-preview6. If I try to update that the project fails when initializing.

So, If I install the Blazorise.SideBar version 0.9.2.5 (the previous one before 0.9.3), the project loads but when using the SideBar component it craches.

What would I do to be able to use Blazorise.SideBar?


2 Answer(s)
  • User Avatar
    0
    mladen.macanovic created

    Hi,

    Regarding the version conflict it might be the same issue as described in https://github.com/abpframework/abp/issues/7997. But without more information I can only guess. If that is the same issue then you will need to wait a little more until we release new ABP.

    As of the sidebar problem. While you are still free to use it keep in mind it is an obsolete component for Blazorise. If possible you should switch to the more advanced and feature rich Bar component https://blazorise.com/docs/components/bar/. And if you want to look at the source, look at https://github.com/stsrki/Blazorise/blob/master/Demos/Blazorise.Demo/Layouts/MainLayout.razor

  • User Avatar
    0
    Leonardo.Willrich created

    Hi, thank you for your answer!

    I am really sorry, I've research here in the support forum but I forgot to check that on Github issues. The issue is exactly that one, so, I'll need the next release to get that sorted.

    About the Blazorise component, that Bar would suit for me. I didn't know the sidebar was obsolete!

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11