Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release_over_react_…
Browse files Browse the repository at this point in the history
…5.4.2
  • Loading branch information
greglittlefield-wf committed Nov 20, 2024
2 parents 9c54d20 + 8e97ecb commit 5fa63ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/src/component_declaration/disposable_manager_proxy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ mixin DisposableManagerProxy on react.Component implements DisposableManagerV7 {
///
/// The parameter may not be `null`.
@override
T manageAndReturnTypedDisposable<T extends Disposable>(T disposable) =>
_getDisposableProxy().manageAndReturnTypedDisposable(disposable);
T manageAndReturnTypedDisposable<T extends Disposable?>(T disposable) =>
_getDisposableProxy().manageAndReturnTypedDisposable<T>(disposable);
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
redux: ^5.0.0
source_span: ^1.4.1
transformer_utils: ^0.2.6
w_common: ^3.0.0
w_common: ^3.3.0
w_flux: ^3.0.0
platform_detect: ^2.0.0
quiver: ^3.0.0
Expand Down

0 comments on commit 5fa63ca

Please sign in to comment.