You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried implementing a variety of simple MDX components for viewing in the local preview, but have thus far received invalid responses back from the server for all but the very simplest components (edit: this appears as though it may be my syntax errors, rather than anything more deep-rooted). This causes the session to return to a disabled initial state, and leaves me no more enlightened.
Are custom components expected to be so finicky? Should they work in the Local Preview mode? Can we get any clearer messaging about the cause of rendering failures?
On a different, but related note, performing the MDX rendering client-side seems like it would make some things simpler, from shared components to rendering failure diagnostics. I'm sure it's not a panacea, and that things are more complicated than that, but don't actually know why. Is there a reference to prior discussions that I haven't been able to find?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've tried implementing a variety of simple MDX components for viewing in the local preview, but have thus far received invalid responses back from the server for all but the very simplest components (edit: this appears as though it may be my syntax errors, rather than anything more deep-rooted). This causes the session to return to a disabled initial state, and leaves me no more enlightened.
Are custom components expected to be so finicky? Should they work in the Local Preview mode? Can we get any clearer messaging about the cause of rendering failures?
On a different, but related note, performing the MDX rendering client-side seems like it would make some things simpler, from shared components to rendering failure diagnostics. I'm sure it's not a panacea, and that things are more complicated than that, but don't actually know why. Is there a reference to prior discussions that I haven't been able to find?
Beta Was this translation helpful? Give feedback.
All reactions