Muhammed Mahmood
Muhammed Mahmood
Maybe have the folder grayed out? Or have an option which says "Show hidden folders"?
I like this idea more. Gives the user more flexibility about which files they want to hide. Especially good for larger projects.
@austincondiff Looks like this has been completed. Can we close this?
I can't reproduce this either. Unless this was fixed in #655?
Can you upload a video of whats happening. I can't replicate it.
Is there a workaround for this until this work is done?
Your issue might be that you need to conform Action to BindableAction. And use Binding Reducer. ```swift enum Action: BindableAction { case binding(BindingAction) } var body: some Reducer { BindingReducer()...
@mbrandonw @stephencelis This can be closed now, right?