We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27b0c4 commit 2c1f8c5Copy full SHA for 2c1f8c5
src/React/Resources/assets/src/render_controller.ts
@@ -14,7 +14,7 @@ import { createRoot } from 'react-dom/client';
14
import { Controller } from '@hotwired/stimulus';
15
16
export default class extends Controller {
17
- readonly componentValue: string | undefined;
+ readonly componentValue?: string;
18
readonly propsValue?: object;
19
20
static values = {
0 commit comments