-
I've been having an issue with managing pnpm node_modules folders inside a onedrive directory which previously has worked fine with npm. The gist of it is that when trying to delete/move a node_module…
-
I recently updated the apollo client package in my work to use version 3, and some things I can’t quite grasp just yet. Like defining type policy globally per query name.
Here’s my issue, at work we …
-
Today you can't use Relay with React Server Components, because the RelayEnvironment is handed around using React Context.
Most of our components will still remain client-only, but there are some of …
-
related to #82, #67 and #68, it should be possible to use different HTML templates for different mods.
The HTML template could make use of several to-be-implemented AngularJS directives
I imagine a …
Zomis updated
6 years ago
-
### Describe the problem
In components that want to support use with CSS frameworks like Tailwind, it would be nice to allow users to pass in custom class names as props which are applied depending o…
-
I maintain an in-house TypeScript React component library, which is published to a private package repository and used within my company's front-end apps.
The new features in storybook 6 are amazi…
-
The responsive styling experience of tailwindcss is great. Mobile-first, then `sm:`, `md:`, `lg:`, `xl:` prefixes for breakpoints.
When thinking about the function-helpers in for lineHeight in issu…
-
### Describe the bug
`resource.data()` is returning data from another resource, in another component
### Your Example Website or App
https://stackblitz.com/edit/github-pqy8j7-y8z78u?file=src%2Fcomp…
-
- `@testing-library/jest-dom` version: 6.0.0
- `node` version: 18.16
- `npm` (or `yarn`) version: 9.5.1
### Relevant code or config:
```ts
import '@testing-library/jest-dom/vitest';
…
-
### What problem does this feature solve?
V-model support for web components(tested with web component implemented with ionic's stenciljs compiler).
Does not work:
```
```
Works:
```
``…