Bug / React code not working with Enlighter #379
Labels
No labels
3rd Party Issue
BETA
Bug
duplicate
Edition/CE
Edition/Enterprise
Edition/Pro
enhancement
Enlighter Plugin v4
EnlighterJS v2
EnlighterJS v3
EnlighterJS.Gutenberg
EnlighterJS.TinyMCE
env/hosting
Environment/Usage
FeatureRequest
fixed
invalid
MooTools
mysterious
NOTIFICATION
qa/improvement-needed
qa/validated
question
status/information-needed
status/validated
status/validation-pending
TinyMCE
wontfix
WordPress Core
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
EnlighterJS/Plugin.WordPress#379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WordPress Version
6.4.3
Enlighter Version
4.6.1
Editing method
Gutenberg Blocks
What happened?
Getting error: "The response is not a valid JSON response." with the following piece of react code.
export default function Button() {
function handleClick() {
alert('Button clicked!');
}
return (
); }
What browsers are you seeing the problem on?
Chrome
Your settings (debug)
I've read the docs/troubleshooting guidelines
The bug/issues appears in a clean WordPress environment
Please use the following piece of code:
i cannot confirm this issue within a clean environment. please provide the steps to reproduce the issue within a clean wordpress installation