Closed uqix closed 5 years ago
e.g. instead of auto import React from 'react';, import import { jsx } from '@emotion/core'; for files with /** @jsx jsx */ JSX Pragma
import React from 'react';
import { jsx } from '@emotion/core';
/** @jsx jsx */
I moved to LSP.
e.g. instead of auto
import React from 'react';
, importimport { jsx } from '@emotion/core';
for files with/** @jsx jsx */
JSX Pragma