Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Workiva/over_react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c6af283cb80d10a92176c711dac4a5113b688d9
Choose a base ref
..
head repository: Workiva/over_react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ddc6ac3f68906b1f4e1e832b510a3f876b3c5bf6
Choose a head ref
Showing with 14 additions and 0 deletions.
  1. +14 −0 test/over_react/dom/fixtures/dummy_composite_component.dart
14 changes: 14 additions & 0 deletions test/over_react/dom/fixtures/dummy_composite_component.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright 2018 Workiva Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

import 'package:over_react/over_react.dart';

@Factory()