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

Add ID and key to inertia chart example #14

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

stevebauman
Copy link
Contributor

I discovered in my application that the Vue 3 Apexcharts component will throw a console error and break when rendering the chart with Inertia if you redirect back() from a form on the same page as the chart if you do not have a key set on the component:

Before:

Screen.Recording.2024-06-02.at.5.56.04.PM.mov

After:

Screen.Recording.2024-06-02.at.5.56.22.PM.mov

I've also set id here as well (not necessary for the fix, but might as well).

@denisdulici denisdulici merged commit 5da808d into akaunting:master Jun 3, 2024
17 checks passed
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.

2 participants