Skip to content

PB-244: Fix typing issues of props#691

Merged
ltshb merged 2 commits intodevelopfrom
feat-PB-244-coordinate-display-typing-issue
Mar 7, 2024
Merged

PB-244: Fix typing issues of props#691
ltshb merged 2 commits intodevelopfrom
feat-PB-244-coordinate-display-typing-issue

Conversation

@LukasJoss
Copy link
Contributor

@LukasJoss LukasJoss commented Mar 6, 2024

@cypress
Copy link

cypress bot commented Mar 6, 2024

Passing run #948 ↗︎

0 167 22 0 Flakiness 0

Details:

PB-244: Fix type of sharelink
Project: web-mapviewer Commit: 9ae98c66cb
Status: Passed Duration: 04:35 💡
Started: Mar 7, 2024 5:17 AM Ended: Mar 7, 2024 5:21 AM

Review all test suite changes for PR #691 ↗︎

@ltshb ltshb force-pushed the feat-PB-244-coordinate-display-typing-issue branch from 5a77208 to c6ded00 Compare March 6, 2024 10:59
@LukasJoss LukasJoss force-pushed the feat-PB-244-coordinate-display-typing-issue branch 3 times, most recently from 0968515 to 801bc4a Compare March 6, 2024 14:19
@LukasJoss LukasJoss requested a review from ltshb March 6, 2024 14:28
const props = defineProps({
shareLinkUrlShorten: {
type: String,
type: [String, null],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that seems counter-intuitive to have required: true and authorize null at the same time, maybe change that required: true to default: null (and make sure the code adapts well to a null value of this prop)

@LukasJoss LukasJoss requested a review from pakb March 6, 2024 16:28
@ltshb ltshb force-pushed the feat-PB-244-coordinate-display-typing-issue branch from 612de1a to 9ae98c6 Compare March 7, 2024 05:13
@ltshb ltshb merged commit 02c08ab into develop Mar 7, 2024
@ltshb ltshb deleted the feat-PB-244-coordinate-display-typing-issue branch March 7, 2024 05:44
@cypress cypress bot mentioned this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants