wip: refactor deprecations into a single file

This commit is contained in:
Evan You
2021-04-12 18:47:50 -04:00
parent af9e6999e1
commit 115372dd5b
19 changed files with 497 additions and 480 deletions

View File

@@ -86,7 +86,7 @@ import {
import { initFeatureFlags } from './featureFlags'
import { isAsyncWrapper } from './apiAsyncComponent'
import { isCompatEnabled } from './compat/compatConfig'
import { DeprecationTypes } from './compat/deprecations'
import { DeprecationTypes } from './compat/compatConfig'
export interface Renderer<HostElement = RendererElement> {
render: RootRenderFunction<HostElement>