rafal.siepak PRO said over 1 year ago on Slim Select with Stimulus :
Hello,

I have encountered two issues:

1) I get the following error with css: 

[ERROR] Could not resolve "slim-select/dist/slimselect.css"
13:16:32 js.1   | 
13:16:32 js.1   |     app/javascript/controllers/select_controller.js:3:7:
13:16:32 js.1   |       3 │ import "slim-select/dist/slimselect.css"
13:16:32 js.1   |         ╵        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13:16:32 js.1   | 
13:16:32 js.1   |   The path "./dist/slimselect.css" is not exported by package


2) In case of multiple select I get the following error:


undefined local variable or method `group' for #<ActionView::Base:0x00000000028e60>

                group.decks.map { |c| [c.name, c.id] }, {},
                ^^^^^
Did you mean?  group_url

Could you help here? Thank you.