Swap `config` and `guest` arguments to Sidebar constructor
The `guest` argument is required but the `config` argument is now optional. Swap them so that required arguments come before optional ones and set a default value for `config`.
Showing
Please register or sign in to comment