Alasdair McLeay

Results 150 issues of Alasdair McLeay

Fixes #60 Previously, if you had ```js export default function App({ selectedId, isEditing, searchText, something = ['a', 'b'], }) { const [a, b] = something; console.log(a, b); ``` this would...

As mentioned (in more detail) at https://github.com/facebook/react/issues/23126#issuecomment-1301880271 If you use [destructuring assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment) in a server component, you get a babel error: ```console /server-components-demo/src/App.server.js:141 undefined ^ Error [ERR_REQUIRE_ESM]: require() of ES...

To prevent > The workflow is not valid. .github/workflows/release.yml (Line: 57, Col: 12): Unexpected symbol: '}'. Located at position 31 within expression: steps.version.outputs.version } --generate-notes --draft --target-branch ${{ steps.branch.outputs.name https://github.com/penx/remix-google-cloud-functions/actions/runs/4097492552

- remix latest - remix minimum required by peerDependenceis - node latest - node from nvmrc

https://yarnpkg.com/features/constraints

GIFs are fun. #BuildInPublic users such as @steveruizok will have difficulties adopting DreamBerd in their projects such as PartyKit without first class support.

In the first example for the Checkbox Card and Radio Card in the docs, the text is left aligned because it has a Flex child that sets this. https://www.radix-ui.com/themes/docs/components/checkbox-cards https://www.radix-ui.com/themes/docs/components/radio-cards...

documentation

I would like to add a label element for a slider component. Clicking the label should focus the slider. At the moment I cannot find a way to do this...

request
a11y

I would like to reference Radix Themes CSS variables from TypeScript (both those defined by radix colors and the additions by radix themes). e.g. ```ts const StatusColours = { done:...

request

The docs for `createCookieSessionStorage` state: > With other session storage strategies you only have to commit it when it's created https://remix.run/docs/en/main/utils/sessions#createcookiesessionstorage When we moved from `createCookieSessionStorage` to another storage solution...

docs