fix: synchronize mounted component props
This commit is contained in:
@@ -205,3 +205,9 @@ export type {
|
||||
} from "./advanced.ts";
|
||||
export { withDatabaseRollback, createFactory, captureBrowserArtifacts } from "./platform.ts";
|
||||
export type { TransactionalDatabase, BrowserArtifactPage } from "./platform.ts";
|
||||
export { detectMutations } from "./mutation.ts";
|
||||
export type {
|
||||
MutationCase,
|
||||
MutationReport,
|
||||
DetectMutationsOptions,
|
||||
} from "./mutation.ts";
|
||||
|
||||
Reference in New Issue
Block a user