Lulu
Results
2
issues of
Lulu
I constructed the token model as Watermelon's model as follows. The id is set to be generated automatically. ``` tableSchema({ name: TABLE_NAMES.TOKEN, columns: [ { name: TOKEN_TABLE_COLUMNS.CHAIN_ID, type: ColumnTypes.NUMBER, isIndexed:...
I created the Modal as follows using a Portal. ``` //Portal.tsx export const Portal = ({ containerId = "portal", children }: PortalProps) => { const [container] = useState(() => {...