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

Error in markdown editor component #2164

Open
TheHadiAhmadi opened this issue Oct 19, 2024 · 0 comments
Open

Error in markdown editor component #2164

TheHadiAhmadi opened this issue Oct 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@TheHadiAhmadi
Copy link
Contributor

Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer: Warning: Unhandled exception rendering component: Cannot read properties of null (reading 'split')
TypeError: Cannot read properties of null (reading 'split')
at Oe (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:26809)
at Io.splitLines (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:124675)
at Io. (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:116142)
at Io.setValue (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:81235)
at se.value (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:323091)
at Module.update (http://localhost:5000/_content/FluentCMS.Web.UI.Components/Components/Form/FormMarkdownEditor/FormMarkdownEditor.razor.js:10:18)
at http://localhost:5000/_framework/blazor.web.js:1:3244
at new Promise ()
at y.beginInvokeJSFromDotNet (http://localhost:5000/_framework/blazor.web.js:1:3201)
at fn._invokeClientMethod (http://localhost:5000/_framework/blazor.web.js:1:62914)

Microsoft.JSInterop.JSException: Cannot read properties of null (reading 'split')
TypeError: Cannot read properties of null (reading 'split')
at Oe (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:26809)
at Io.splitLines (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:124675)
at Io. (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:116142)
at Io.setValue (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:81235)
at se.value (http://localhost:5000/_content/FluentCMS.Web.UI.Components/js/easymde.min.js:7:323091)
at Module.update (http://localhost:5000/_content/FluentCMS.Web.UI.Components/Components/Form/FormMarkdownEditor/FormMarkdownEditor.razor.js:10:18)
at http://localhost:5000/_framework/blazor.web.js:1:3244
at new Promise ()
at y.beginInvokeJSFromDotNet (http://localhost:5000/_framework/blazor.web.js:1:3201)
at fn._invokeClientMethod (http://localhost:5000/_framework/blazor.web.js:1:62914)
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference jsObjectReference, String identifier, Object[] args)
at FluentCMS.Web.UI.Components.FormMarkdownEditor.OnParametersSetAsync() in /home/hadi/github/fluentcms/FluentCMS/src/Frontend/FluentCMS.Web.UI.Components/Components/Form/FormMarkdownEditor/FormMarkdownEditor.razor.cs:line 31
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

@TheHadiAhmadi TheHadiAhmadi self-assigned this Oct 19, 2024
@TheHadiAhmadi TheHadiAhmadi added the bug Something isn't working label Oct 19, 2024
@TheHadiAhmadi TheHadiAhmadi added this to the MVP milestone Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant