We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1111fa commit 1b9f801Copy full SHA for 1b9f801
public/index.html
@@ -31,7 +31,7 @@
31
var socket1 = socket(public_key, {
32
element: '#socket1',
33
api_root: api_root,
34
- mode: 'enquiry-modal',
+ mode: 'grid',
35
event_callback: function (name, v) {
36
console.log(name, v)
37
}
src/components/App.test.js
@@ -6,7 +6,8 @@ import App from './App'
6
it('renders without crashing', () => {
7
const div = document.createElement('div')
8
const config = {
9
- mode: 'history'
+ router_mode: 'history',
10
11
12
ReactDOM.render(<Router><App config={config}/></Router>, div)
13
})
0 commit comments