Eric Socolofsky
Eric Socolofsky
FWIW to others, I got around this issue by not adding the `styleSheetSerializer` to my `.storybook/config.js`, but instead to the entry point to my storyshots suite.
`/* istanbul ignore file */` didn't work for me, and looking in [the source](https://github.com/gotwarlost/istanbul/blob/master/lib/instrumenter.js#L16) it looks like it shouldn't...? **UPDATE**: I was on `[email protected]`, updating to `nyc@13` got this working.
Probably worth adding the config to restore the webpack polyfill in a Fusion app here, for those who need it. Add the following to `.fusionrc.js`: ``` nodeBuiltins: { process: true,...
[Here's another one](https://github.com/isaacs/core-util-is/issues/27#issuecomment-652181111) I just came across, in this case requiring: ``` nodeBuiltins: { Buffer: true } ``` I suppose the list may go on and on. I hope Webpack...
Any thoughts on adding this rule?
For someone attempting to integrate Flow into an existing project as his first experience with Flow, this leaves me with a bad taste...would be great to get some maintainer eyeballs...
Looks like a pretty simple review + merge, could @acdlite @wuct or @istarkov please merge in the name of "patches for compatibility with future React releases"? 🙏🧁💓
This is not an issue only with Firefox; Chrome also applies `` to SVG `xlink:href`s. Safari, as of this writing, does not.
yikes. totally didn't think about that as i'm only working with AIR. the ObjectID generation is relatively arbitrary -- doesn't really _have_ to use computer specific information. that's really just...
hi omar, have you made any progress on this? i've been derailed on other work since i made the pull request. i did get a comment on my blog asking...