question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Detected an unknown table action!

See original GitHub issue

Describe the bug “Sort by” example throws exception when clicking on header to sort. The check

if (!actions[type]) {

is wrong because type is the “long name” of the action, while actions is keyed by “short names”.

To Reproduce Steps to reproduce the behavior:

  1. Start the sort by example.
  2. Click on a header to sort by that column.

Screenshots Screenshot 2019-07-24 at 9 02 13 (2) Screenshot 2019-07-24 at 9 02 02 (2)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
toth-istvan-zoltancommented, Jul 24, 2019

Thanks, that was super fast!

1reaction
tannerlinsleycommented, Jul 24, 2019

Fixed in the latest push to master. Update the codesandbox and it should work just fine now 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

MySQL table function not found · Issue #3927 - GitHub
CREATE TABLE test ENGINE = MergeTree ORDER BY id AS SELECT * FROM MySQL('localhost', ... DB::Exception: Unknown table function MySQL.
Read more >
mysqldump throws: Unknown table 'COLUMN_STATISTICS' in ...
I had this problem using the latest mysql workbench (8.0.23) on OSX (11.1) with mariadb. I solved it by selecting the version of...
Read more >
"Unknown column in 'field list'", but column does exist
I receive large datasets as Excel CSV files and use a (WIL) script to convert the .csv file into an importable .sql file....
Read more >
DROP TABLE throws any error/warning while an attempt is ...
When I do DROP TABLE ( for a table which really does not exist in the database) in hive .It really don't throw...
Read more >
Can't create a space due to 'Unknown table in ...
A space can't be created due to the error below. The atlassian-confluence.log file will display errors as such: 2018-06- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found