You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cant use import { css } from "@emotion/core";
after chage to import { css } from "@emotion/react";
getting this error in html
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).
The text was updated successfully, but these errors were encountered:
cant use import { css } from "@emotion/core";
after chage to import { css } from "@emotion/react";
getting this error in html
You have tried to stringify object returned from
css
function. It isn't supposed to be used directly (e.g. as value of theclassName
prop), but rather handed to emotion so it can handle it (e.g. as value ofcss
prop).The text was updated successfully, but these errors were encountered: