Rodo Abad
Rodo Abad
I have noticed that `corp-semantic-release` is not committing and pushing lock files. Is anyone else having this problem?
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the...
I have this example. --- BREAKING CHANGE: You no longer have to use `alertTitle` and `children` to display your alert content. Use `children` only instead. This is because we found...
# Versions ``` "@storybook/react": "^5.0.11", "storybook-addon-jsx": "^7.1.2" ``` As soon as I add the addon, I get this error message. If you look at the example component that I have,...
**Is your feature request related to a problem? Please describe.** We basically have a component library and each folder is a component completely independent of other components and in this...
Since this is most likely going to be used for testing purposes, using just `node` allows for the most flexibility especially those that need `node-gyp` installed.
Would it be possible to build several major versions for Node? 12/13/14? It looks like 14 is the latest right now. I was wondering if in the future we can...
The documentation says the following. ``` module.exports = { module: { rules: [ { test: /\.js$/, include: path.resolve('src'), use: [ 'thread-loader', // your expensive loader (e.g babel-loader) ], }, ],...
When using mixins, autoprefixer still throws this warning.
- `@testing-library/react` version: 11.2.7 - Testing Framework and version: `jest` `26x || 27x` - DOM Environment: 'jsdom' `16.x` ### Relevant code or config: Source: https://testing-library.com/docs/queries/bytitle/ ```jsx const Test = ()...