Jesus sucks
This commit is contained in:
7
backend/frontend/node_modules/@restart/ui/esm/SelectableContext.js
generated
vendored
Normal file
7
backend/frontend/node_modules/@restart/ui/esm/SelectableContext.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
const SelectableContext = /*#__PURE__*/React.createContext(null);
|
||||
export const makeEventKey = (eventKey, href = null) => {
|
||||
if (eventKey != null) return String(eventKey);
|
||||
return href || null;
|
||||
};
|
||||
export default SelectableContext;
|
||||
Reference in New Issue
Block a user