Danial Soheili
Danial Soheili
I think I also have this problem, structure of my project is as following: - pages: - api - [param].ts (nc.all) - healthcheck.ts (nc.all) - product.ts (nc.get) The weird problem...
> @ds1371dani > > You need to put "[param].ts" into it's own folder so Next.js won't confuse it for any other route. I need it to be in the same...
> As far I checked, theoretically that case could be solved by customizing `ODataEnumSerializer`: > > https://github.com/OData/WebApi/blob/12d998c0e60ed9bcf1a45dbdc650a51a3578b763/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEnumSerializer.cs#L83 > > It also can be required for deserializer: https://github.com/OData/WebApi/blob/12d998c0e60ed9bcf1a45dbdc650a51a3578b763/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/EnumDeserializationHelpers.cs > > https://github.com/OData/WebApi/blob/12d998c0e60ed9bcf1a45dbdc650a51a3578b763/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEnumDeserializer.cs...
I also had this problem in nextjs. the main problem was that i was importing `generatePicker` from `lib` but all other components including `ConfigProvider` were being imported from `es`, so...
Similar issues which may help * [Importing `generatePicker` from `lib` does not respect locale #29595](https://github.com/ant-design/ant-design/issues/29595) * [SyntaxError: Cannot use import statement outside a module #29306](https://github.com/ant-design/ant-design/issues/29306) * [Uncaught SyntaxError: Cannot use...
Yes sorry for the mistake, I'm quite new to this. Is it okay now?
> Should rebase feature branch instead of master I am rebasing my branch onto feature :thinking:. I'm not sure what I'm doing wrong, I guess there's something wrong with my...
> changelog updated
> Thanks for your contribution, Pls check CI. Thank you for spending time & reviewing my code. Argos changes seems to be okay (One of Upload stories has changed &...
I did try rebasing onto feature branch, but there wasn't any change. Are these tests passing in feature branch?