非凡少年
非凡少年
same here ```javascript /** * Create a code check from a regex. * * @param {RegExp} regex * @returns {(code: Code) => code is number} */ function regexCheck(regex) { return...
> https://nextjs.org/docs/advanced-features/source-maps !!! Set **productionBrowserSourceMaps** true in next.config.js can get full error trace.
谢谢大佬 > > Is this issue still active? we pinned the version to 1.2.205 due to this bug which we are using TypeOrm with swc > > check [#5047 (comment)](https://github.com/swc-project/swc/issues/5047#issuecomment-1188874962)
I encountered the same issue while using sqlmodel. ``` from sqlmodel import Field, SQLModel class Hero(SQLModel, table=True): id: int | None = Field(default=None, primary_key=True) name: str secret_name: str age: int...
@dantetemplar Did you find a solution?
Downgrade to v0.4.12, it's ok.  But no model fields autocompletion. 
goto https://plugins.jetbrains.com/plugin/12861-pydantic/versions/stable,  