Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

fix: replace useSubscription hook with createSubscription factory #55

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 24, 2022

  1. fix: replace useSubscription hook with createSubscription factory

    In order to provide stateful subscriptions that don't get reset with every message receipt, there
    needs to be a separation of subscription components
    
    BREAKING CHANGE: useSubscription no longer exists. use createSubscription instead.
    
    fix VictorHAS#54
    Aposhian committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a1ad535 View commit details
    Browse the repository at this point in the history