Skip to content

Commit

Permalink
SwiftUI View + Store bindings (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai authored Sep 2, 2024
1 parent ac614a5 commit ce9bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Puredux/SwiftUI/View+StoreBindings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

extension View {
public extension View {
/**
Attaches a state observer to the view, allowing it to respond to changes in the `Store`'s state and update itself accordingly.

Expand Down

0 comments on commit ce9bfd1

Please sign in to comment.