Skip to content

Commit c8eed7a

Browse files
authored
Merge pull request #107 from yashkk3640/version-update
fix(VietualiedContext.js): add console
2 parents bdef3f1 + 67db8aa commit c8eed7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/virtualized/VirtualizedContext.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
// console.log(' ****inside context ******')
3+
// console.log('test')
34
const emptyPropGetter = () => {}
45
// import { createContext } from 'react-broadcast'
56
const { Provider, Consumer } = React.createContext({

0 commit comments

Comments
 (0)