Codestitch

Results 6 comments of Codestitch

On my end, I didn't use preload.js to create exposedApi, instead I used the IpcRenderer directly in ReactApp. ``` import { IpcRenderer } from "electron"; export const ipcRenderer: IpcRenderer =...

in componentDidMount. as stated in the example https://github.com/amcharts/amcharts3-react/tree/master/examples/create-react-app. `componentDidMount(){ this.setState({ // Update the chart dataProvider every 3 seconds timer: setInterval(() => { this.setState({ dataProvider: generateData() }); }, 3000) }); }`...

> I've created a temporary contextmenu of `mdMenu` with small `css` changes. This is just a temp until material release. I am having hard time when each element have different...

Hi. since my project is deployed in sub folder here are the following changes that i did for the images to work properly. 1. Go to > cfg/default.js and change...

@shlomiassaf is there a way to check neg-table in your demo to experiment?