Hey there,
I've migrated our app to v2 and now I am getting warnings in the console, whenever styled-jsx syntax <style jsx> is being used in a component (e.g. Form.tsx) . I've created a new vanilla Blitz-v2 project and I do get the same warning there. Do you have any ideas to fix this? (Next and React deps are up-to-date)
Warning:
Warning: Received `true` for a non-boolean attribute `jsx`.
And
Warning: Text content did not match. Server: "
.form > * + * {
margin-top: 1rem;
}
" Client: "
.form > * + * {
margin-top: 1rem;
}
"
Edit: It looks like the babel preset is not working as it should?