trapias / TrelloExport

Chrome extension to export Trello boards to Excel, Markdown, HTML, OPML and CSV
MIT License
127 stars 27 forks source link

"TypeError d.toLocaleDateString is not a function" when exporting comments to OPML #91

Closed cnpgs closed 1 year ago

cnpgs commented 1 year ago

When exporting a Trello board to OPML, selecting the "Comments" as an option (either by itself or in conjunction with other options) shows the error "TypeError d.toLocaleDateString is not a function".

Potentially related to closed issue https://github.com/trapias/TrelloExport/issues/56, which exhibited similar behaviour but for Markdown export.

image

trapias commented 1 year ago

@cnpgs should be solved with version 1.9.7.3, available here and soon at the Chrome web store

cnpgs commented 1 year ago

@trapias Great, many thanks for the speedy response!