File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/src/component_declaration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,6 @@ mixin DisposableManagerProxy on react.Component implements DisposableManagerV7 {
111111 ///
112112 /// The parameter may not be `null` .
113113 @override
114- T manageAndReturnTypedDisposable <T extends Disposable >(T disposable) =>
115- _getDisposableProxy ().manageAndReturnTypedDisposable (disposable);
114+ T manageAndReturnTypedDisposable <T extends Disposable ? >(T disposable) =>
115+ _getDisposableProxy ().manageAndReturnTypedDisposable < T > (disposable);
116116}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
1919 redux : ^5.0.0
2020 source_span : ^1.4.1
2121 transformer_utils : ^0.2.6
22- w_common : ^3.0 .0
22+ w_common : ^3.3 .0
2323 w_flux : ^3.0.0
2424 platform_detect : ^2.0.0
2525 quiver : ^3.0.0
You can’t perform that action at this time.
0 commit comments