[Vuejs]-`ReferenceError: React is not defined` in vue3 jsx files

0👍

Probably its an error with configuration on JSX transpiler,i think a solution can be import react even if you don’t use it
import React from ‘react’;

Leave a comment