Skip to content

TypeError: section.document.createRange is not a function #174

@Ruslan-BG

Description

@Ruslan-BG

react-native: "0.61.5"

function doSearch(q) {
return Promise.all(
book.spine.spineItems.map(item => item.load(book.load.bind(book)).then(item.find.bind(item, q)).finally(item.unload.bind(item)))
).then(results => Promise.resolve([].concat.apply([], results)));
};

does not work in react native
Simulator Screen Shot - iPhone 11 - 2020-07-13 at 13 02 50
TypeError: section.document.createRange is not a function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions