Tyrone Biggums

Results 5 issues of Tyrone Biggums

Issue: #130 Only call `openChild` if `window` is not set and only call `componentWillUnmount` when `mounted` state is true Also remove `@private` modifier before import statements @rmariuzzo

### Describe the bug The parent component renders a list of buttons (Child) which if clicked displays a dialog. If the child then updates state in the parent, the dialog...

unverified bug

## What this PR does / Why we need it Push with --no-verify so that the action does not fail for repositories with GIT LFS Fixes #15

size/XS

## What happened If a repository uses GIT LFS, the push tag action fails with the following error ## What you expected to happen The push tag action should succeed...

bug

### Describe what happened `NewReservedIp` accepts `ReservedIpArgs` which has a field `DropletId` of type `pulumi.IntPtrInput` but when creating a `NewDroplet` the ID available is of type `pulumi.IDOutput` `NewDroplet` ![Image](https://github.com/user-attachments/assets/fdaec4ec-e904-4f5a-ade7-cf79318bc7d5) `ReservedIpArgs`...

kind/bug