@rbxts/covenant 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/covenant",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
package/src/covenant.luau CHANGED
@@ -471,7 +471,6 @@ do
471
471
  local function indicateUpdate()
472
472
  willUpdate = true
473
473
  end
474
- self:subscribeComponent(component, indicateUpdate)
475
474
  local hooks = createHooks({
476
475
  indicateUpdate = indicateUpdate,
477
476
  subscribeComponent = function(component, subscriber)
@@ -591,7 +590,6 @@ do
591
590
  local function indicateUpdate()
592
591
  willUpdate = true
593
592
  end
594
- self:subscribeComponent(parentComponent, indicateUpdate)
595
593
  local hooks = createHooks({
596
594
  indicateUpdate = indicateUpdate,
597
595
  subscribeComponent = function(component, subscriber)