oskarleonard
oskarleonard
I am getting this error: `TypeError: Unknown node of type: undefined at traverse.js:373:9` When i try to do this in a comp ``` return ( { links && links.map((link, index)...
I want to select multiple dates programmatically since i have a "filter" for week view and day view. So when in week view i would like to select that whole...
From the doc API i can see that the default value is `mode={['date', 'date']}` which shows two panels, so i would then expect `mode={['date']}` to only show one panel. Or...
`mode={['date']}` should hide second calendar TODO: Fix styles when one calendar, width 100%, logic for next arrow button
Only main.scss is currenly being hmr, if you change style on a chuncked component there is no hmr. My curreny "hack" is to replace ExtractCssChunks.loader with style-loader (https://www.npmjs.com/package/style-loader) in `webpack.cliend.dev`....
Is it possible to do something about these logs webpack outputs? had hopped adding "modules": false would have solved it, but i saw that it already was added.
https://github.com/eKoopmans/html2pdf.js/issues/19#issuecomment-484240946 Then you can use the code snippet below to make links work in multipages pdf ``` const saveMultiPagePdf = (opt) => { // To avoid blank pages in the...
### What was the problem? With the latest electron release we regressed and broke our `yarn run start` command. ### How was it solved? Downgrading a few packages ### How...
### Description Increase refresh button iteration for validators to 10 seconds to simulate block updates. Current iteration is too short ### Motivation It should be same as blocks update
### Expected behavior If network times out or errors for some reason, we should let users know about this. ### Actual behavior Currently our default is [] for network errors...