-
@tomdale brought up a great question about what and why the platform objectives.
Connecting to https://github.com/TheLarkInn/unity-component-specification/issues/1#issuecomment-320394137
This i…
-
The import statement I used in `module.js` looks like this:
> const { errors } = require('../config')
My directory structure is like this:
```
app
├── src
│ ├── module.js
├── config
│ …
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
If I render a lit-html template where I set property to a non-`nothing` value, an…
-
### Description
### Steps to reproduce
#### checkout develop branch
git clone https://github.com/xmlking/ngx-starter-kit -b develop
#### run lint-staged
`npx lint-staged`
this comman…
-
## Maintainer List
(_Updated on 2024/08/23_)
* ~~@vldmrkl~~
* ~~@ithompson4~~
* ~~@oleksii-polovyi~~
* @bkatsevych (_under the question_)
* @alinkedd ([Discord l10n community](https://discor…
-
Upgrading the `@wordpress` packages across the repository to wp-6.2 exposes a number of TS build errors.
These errors need to be fixed before we can ship the update. Rather than creating many indiv…
-
# 🚀 Feature request
It would be nice to be able to ignore a specific line in css. For example, overscroll-behavior-y is missing in Safari and webhint warns about this, but unless I've missed someth…
zmeyc updated
3 years ago
-
Trying to applu `no-underline` to all links on my site via `a` but I keep getting the following error when building using `webpack`:
![image](https://user-images.githubusercontent.com/147145/430971…
-
**Describe the bug**
I got an warning:
ReactNativeFiberHostComponent: Calling getNode() on the ref of an Animated component is no longer necessary. You can now directly use the ref instead. This…
-
Error: `Cannot set property createElement of [object Module] which has only a getter`
**Environment:**
- Nextjs14
- AppRouter
- src folder
- Tailwindcss
**Code:**
```
import { Gei…