-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
it is a often repeated code at now
import { openPopup, closePopup } from "react-use-popup";
const intent = "some-intent-string";
const popup = {
intent,
open: detail => openPopup(detail),
close: detail => closePopup(detail)
}proposal
import { intentPopup } from "react-use-popup";
const intent = intentPopup("some-intent-string");
console.log(intent); // { intent: "some-intent-string", open, close }Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers