-
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues)
---
## Steps to Reproduce
Dependencies:
```json
"dependencies": {
"@ant-design/…
-
#### Do you want to request a _feature_ or report a _bug_?
A bug.
#### What is the current behavior?
When I used this lib without next, just together with webpack and babel, my code was t…
taoqf updated
2 years ago
-
#### Do you want to request a *feature* or report a *bug*?
Feature
#### What is the current behavior?
When I run unit tests, I get the message:
```
[styled-jsx] Loading plugin from path: …
-
I have everything setup according to the readme.md
```
{
"presets": [
"es2015",
"react",
[
"next/babel",
{
"styled-jsx": {
"plugins": [
…
-
Everytime there is an compilation error, lets say we miss out semicolons, the build fails with a generic error as below always.
Would be good if it gives the actual error provided by postcss plugin…
-
Hi authors and contributors!
There is a runtime error occurs when using _reshadow_ with _Vuejs 3_ and its new [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plug…
-
# User Description
_User did not enter any detailed information._
# Stack Trace
```
java.lang.NoClassDefFoundError: okhttp3/internal/Util
at ai.codium.UtilsKt.calculateSpacesAndTabsCountForOff…
-
## Steps To Reproduce
1. Use a variable inside a calc() function
## The current behavior
A compile error `Error: Expected "(" or ".".` is thrown:
![image](https://user-images.githubuserconte…
-
I have installed the package using the docs and just using the component. I am getting below error in terminal:
```
./node_modules/react-d3-speedometer/dist/react-d3-speedometer.es.js 841:60
Module…
-
After exploring various styling approaches with Next, I came to the 2 following possible patterns
## 1. The CSS-in-JS approach: ~~Material UI+ Styled Components~~ Material UI v5 (emotion)
### Wh…