Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 48f709d

Browse files
committed
Merge branch 'feat/modal' of https://github.com/chakra-ui/chakra-ui-vue-next into feat/close-button
2 parents 7217688 + 46abf58 commit 48f709d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`should render properly 1`] = `
4+
<DocumentFragment>
5+
<div
6+
class="css-0"
7+
/>
8+
</DocumentFragment>
9+
`;

packages/utils/src/vue-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export function createContext<ContextType>(options: CreateContextOptions = {}) {
3434

3535
function Provider(payload: ContextType) {
3636
provide<ContextType>(contextSymbol, payload)
37-
console.log('providing', contextSymbol, payload)
3837
}
3938

4039
function useContext() {

0 commit comments

Comments
 (0)