Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix related to react-table and babel #134

Merged
merged 8 commits into from
Sep 2, 2022
Merged

Conversation

relf
Copy link
Collaborator

@relf relf commented Sep 2, 2022

With new version of babel regeneratorRuntime dependency is not pulled anymore which gives the following error n the browser

ReferenceError: regeneratorRuntime is not defined
    useAsyncDebounce react-table.production.min.js:1
    useAsyncDebounce react-table.production.min.js:1
    pe VariablesGlobalFilter.jsx:14
    React 12
    93190 mda_viewer_application.jsx:36

This PR fixes the problem using this comment
Tried to follow TanStack/table#3962 and use TanStack/table#3984 to update babel but it does not work.

@relf relf merged commit 57f7b44 into whatsopt:master Sep 2, 2022
@relf relf deleted the hotfix-deps branch September 2, 2022 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant