Breadcrumbs blog-next /components / CommentsForm.jsxTop File metadata and controls Code Blame 102 lines (94 loc) · 3.97 KB Raw import React, { useState, useEffect } from 'react'; import { submitComment } from '../services'; const CommentsForm = ({ slug }) => { co...
Enable experimental inline commenting option under Gutenberg -> Experiments. Confirm that the REST API request isn't made for Block Comment when opening the editor. Opening the sidebar should load the comments. Everything else should work as before. Testing Instructions for Keyboard Same. Screenshot...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
./node_modules/.pnpm/react@19.0.0-rc-a99d8e8d-20240916/node_modules/react/jsx-runtime.js var jsx_runtime = __webpack_require__(2670); - // EXTERNAL MODULE: ./node_modules/.pnpm/next@file+..+main-repo+packages+next+next-packed.tgz_react-dom@19.0.0-rc-a99d8e8d-20240916_re_mleg...
Original file line numberDiff line numberDiff line change @@ -109,16 +109,21 @@ const renderTypeMethodEntry = ( return null; }; const renderTypePropertyRow = ( { name, flags, type, comment, defaultValue, signatures, kind }: PropData, sdkVersion: string ): JSX.Element => { const rende...
javascript({ jsx: true, typescript: true }), ), }); break; case RequestDataType.JSON: codeMirrorView.dispatch({ effects: languageConf.reconfigure(jsonSetup), }); break; case RequestDataType.XML: codeMirrorView.dispatch({ effects: languageConf.reconfigure(xml()), }); break; default: codeMi...
Original file line numberDiff line numberDiff line change @@ -0,0 +1,13 @@ import Vue, { VNode } from 'vue'; declare global { namespace JSX { // tslint:disable no-empty-interface interface Element extends VNode {} // tslint:disable no-empty-interface interface ElementClass extends Vue...
12 changes: 6 additions & 6 deletions 12 test/components/CalendarDay_spec.jsx Original file line numberDiff line numberDiff line change @@ -61,8 +61,8 @@ describe('CalendarDay', () => { phrases.chooseAvailableDate = sinon.stub().returns('chooseAvailableDate text'); phrases.dateIs...
Version 2.4.1 Reproduction link https://codepen.io/anon/pen/dREmrV Steps to reproduce <template> <!--hello--> {{ msg }} </template> export default { comments: true, data () { return { msg: 'hello' } } } vue-cli comments:true The comment is gone What is expected...
JSX:**/*.jsx TSX:**/*.tsx Vue.js:**/*.vue Perl:**/*.pl Lua:**/*.lua Groovy:**/*.groovy Scala:**/*.scala Kotlin:**/*.kt Dart:**/*.dart Usage In order to use Fixme all you need to do is install it: npm install -g fixme ...