Skip to content

H5下编译报错:Cannot read property 'logInterceptor' of undefined  #2807

Closed
@imageslr

Description

网络请求中使用了Taro.interceptors.logInterceptor,小程序内没有问题,但是h5下编译时报错TypeError: Cannot read property 'logInterceptor' of undefined

复现demo

请问这是什么问题呢?

另外编译到h5以后,navigator组件的className不会编译出来。比如:

<Navigator
        className='at-row at-row__align--start my-book-card'
        hoverClass='None'
      >

编译出来就成了

<div class="None">

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions