-
If you're looking for a popular 3rd party library on Atmosphere, chances are you'll find several wrappers, in various states of maintenance. To avoid this problem, several Meteor community members hav…
dandv updated
1 month ago
-
The plugin imports don't seem to work.
In my code: `import { Layout } from 'antd';`
It gives the error: `ReferenceError: Layout is not defined.`
When I change my code to: `const Layout = req…
eminx updated
3 years ago
-
It would be super awesome, if we have hot reloading support. So, we don't need to have a full browser reload.
Is this planned?
-
When reading that it's now - in 1.10.0 - possible to exclude certain web architectures in development mode, I asked myself why we do not allow this for all modes?
https://github.com/meteor/meteor/p…
-
I'm trying to use the library in a project created by `create-react-app`. There's a JSX at line 135.
Error in ./~/@mapbox/react-geocoder/index.js
Module parse failed: ob-ocm/node_modules/@mapbox/…
ghost updated
6 years ago
-
Simply installing this through npm and importing the components doesn't work.
It seems the index.js files are not being transpiled since it fails with a console error about invalid syntax at: "import…
-
I apologize if this has already been answered, but will this app (or architecture in general) still be a valid approach with 1.3? I've tried to update this repo to all 4 betas of 1.3, but I just could…
-
`import { useUrlState } from 'state-in-url/react-router'
`
leads to
```
Uncaught Error: Cannot find module 'state-in-url/react-router'
at makeMissingError (modules-runtime-hot.js?hash=74…
-
To make the code base more structured using linting tools like eslint, prettier by following popular style guides like Airbnb or Google?
-
### When reporting a bug, please be sure to include the following:
- [x] A descriptive title
- [x] An *isolated* way to reproduce the behavior (example: GitHub repository with code isolated to the i…