ERROR in ./src/components/Button.tsx
Module not found: Error: Can't resolve '@emotion/styled/base' in 〜
次に、先述のエラーを解消したところ、import { css } from '@emotion/react'を利用している箇所の CSS が上手く反映されておらず、下記のメッセージが表示されていた。
You have tried to stringify object returned from css function. It isn't supposed to be used directly (e.g. as value of the className prop), but rather handed to emotion so it can handle it (e.g. as value of css prop).
You have tried to stringify object returned from css function. It isn't supposed to be used directly (e.g. as value of the className prop), but rather handed to emotion so it can handle it (e.g. as value of css prop).