Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato committed Oct 26, 2024
1 parent c4281e4 commit 6158e93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"client-entry.tsx": {
"file": "assets/client-entry.6f4e1b9b.js",
"file": "assets/client-entry.82b64219.js",
"src": "client-entry.tsx",
"isEntry": true,
"css": [
Expand Down
1 change: 1 addition & 0 deletions src/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const wrapDataTable = (Table: FunctionComponent<any>): FunctionComponent<
};

useEffect(() => {
console.log('useEffect() is executed on growi-plugin-datatables');
if (DataTable.isDataTable(dtSelector)) return;

const api = new DataTable(dtSelector, dataTableOptions as ConfigWeaken);
Expand Down

0 comments on commit 6158e93

Please sign in to comment.